Html Css Color HEX #A5055A Jazzberry Jam

📋 copy color: '#A5055A'

red 165 ◦ green 5 ◦ blue 90

#A5055A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #A5055A

Tints of Jazzberry Jam #A5055A

RGB

 RED value IS 165 (64.84% from 255) = 63.46%

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 90 (35.55% from 255) = 34.62%

R = 63.46%
G = 1.92%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A5055A (or 0xA5055A) is known color: Jazzberry Jam. HEX triplet: A5, 05 and 5A. RGB value is (165,5,90). Sum of RGB (Red+Green+Blue) = 165+5+90=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5055A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5055A is #5AFAA5. Grayscale: #3E3E3E. Windows color (decimal): -5962406 or 5899685. OLE color: 5899685.

HSL color Cylindrical-coordinate representation of color #A5055A: hue angle of 328.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A5055A is Cyan = 0, Magento = 0.97, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 5 90 -
CMYK 0 0.97 0.45 0.35
HSL 328.13º 0.94% 0.33% -
HSV(B) 328.13º 0.97% 0.65% -
XYZ 17.42 8.85 10.46 -
YUV 62.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 165 5 90 0 0.97 0.45 0.35 328.13 0.94 0.33
Hex A5 5 5A 0 61 2D 23 148 5E 21
Octal 245 5 132 0 141 55 43 510 136 41
Binary 10100101 101 1011010 0 1100001 101101 100011 101001000 1011110 100001

Color Harmonies of #A5055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5055A

Black with #A5055A

Text Example


Text Example

White with #A5055A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5055A; }

 p { color: rgb(165,5,90); }

 H1.HeaderClassName
 {
   color: #A5055A;
 }
 .AnyTagClassName
 {
   color: #A5055A;
 }
</style>

background-color css

<style>
 a { background-color: #A5055A; }

 a { background-color: rgb(165,5,90); }

 div.DivClassName
 {
   background-color: #A5055A;
 }
 .BgClassName
 {
   background-color: #A5055A;
 }
</style>

border-color css

<style>
 span { border-color: #A5055A; }

 span { border-color: rgb(165,5,90); }

 td.TdClassName
 {
   border-color: #A5055A;
 }
 .TagClassName
 {
   border-color: #A5055A;
 }
</style>