Html Css Color HEX #A5024A Jazzberry Jam

📋 copy color: '#A5024A'

red 165 ◦ green 2 ◦ blue 74

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

Shades of Jazzberry Jam #A5024A

Tints of Jazzberry Jam #A5024A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 74 (29.3% from 255) = 30.71%

R = 68.46%
G = 0.83%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A5024A (or 0xA5024A) is known color: Jazzberry Jam. HEX triplet: A5, 02 and 4A. RGB value is (165,2,74). Sum of RGB (Red+Green+Blue) = 165+2+74=241 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.46% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 165 - color contains mainly: red. Hex color #A5024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A5024A is #5AFDB5. Grayscale: #3A3A3A. Windows color (decimal): -5963190 or 4850341. OLE color: 4850341.

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

Color convert

RGB 165 2 74 -
CMYK 0 0.99 0.55 0.35
HSL 333.5º 0.98% 0.33% -
HSV(B) 333.5º 0.99% 0.65% -
XYZ 16.77 8.54 7.24 -
YUV 58.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 165 2 74 0 0.99 0.55 0.35 333.5 0.98 0.33
Hex A5 2 4A 0 63 37 23 14D 62 21
Octal 245 2 112 0 143 67 43 515 142 41
Binary 10100101 10 1001010 0 1100011 110111 100011 101001101 1100010 100001

Color Harmonies of #A5024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5024A

Black with #A5024A

Text Example


Text Example

White with #A5024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5024A; }

 p { color: rgb(165,2,74); }

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

background-color css

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

 a { background-color: rgb(165,2,74); }

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

border-color css

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

 span { border-color: rgb(165,2,74); }

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