Html Css Color HEX #A02470 Jazzberry Jam

📋 copy color: '#A02470'

red 160 ◦ green 36 ◦ blue 112

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

Shades of Jazzberry Jam #A02470

Tints of Jazzberry Jam #A02470

RGB

 RED value IS 160 (62.89% from 255) = 51.95%

 GREEN value IS 36 (14.45% from 255) = 11.69%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 51.95%
G = 11.69%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A02470 (or 0xA02470) is known color: Jazzberry Jam. HEX triplet: A0, 24 and 70. RGB value is (160,36,112). Sum of RGB (Red+Green+Blue) = 160+36+112=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A02470 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02470 is #5FDB8F. Grayscale: #515151. Windows color (decimal): -6282128 or 7349408. OLE color: 7349408.

HSL color Cylindrical-coordinate representation of color #A02470: hue angle of 323.23º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A02470 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 36 112 -
CMYK 0 0.78 0.30 0.37
HSL 323.23º 0.63% 0.38% -
HSV(B) 323.23º 0.78% 0.63% -
XYZ 18.05 9.91 16.29 -
YUV 81.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 160 36 112 0 0.78 0.30 0.37 323.23 0.63 0.38
Hex A0 24 70 0 4E 1E 25 143 3F 26
Octal 240 44 160 0 116 36 45 503 77 46
Binary 10100000 100100 1110000 0 1001110 11110 100101 101000011 111111 100110

Color Harmonies of #A02470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02470

Black with #A02470

Text Example


Text Example

White with #A02470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02470; }

 p { color: rgb(160,36,112); }

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

background-color css

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

 a { background-color: rgb(160,36,112); }

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

border-color css

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

 span { border-color: rgb(160,36,112); }

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