Html Css Color HEX #A02870 Jazzberry Jam

📋 copy color: '#A02870'

red 160 ◦ green 40 ◦ blue 112

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

Shades of Jazzberry Jam #A02870

Tints of Jazzberry Jam #A02870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

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

R = 51.28%
G = 12.82%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A02870 (or 0xA02870) is known color: Jazzberry Jam. HEX triplet: A0, 28 and 70. RGB value is (160,40,112). Sum of RGB (Red+Green+Blue) = 160+40+112=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A02870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02870 is #5FD78F. Grayscale: #535353. Windows color (decimal): -6281104 or 7350432. OLE color: 7350432.

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

Color convert

RGB 160 40 112 -
CMYK 0 0.75 0.30 0.37
HSL 324º 0.6% 0.39% -
HSV(B) 324º 0.75% 0.63% -
XYZ 18.18 10.16 16.33 -
YUV 84.09 143.76 182.15 -
System Red Green Blue C M Y K H S L
Decimal 160 40 112 0 0.75 0.30 0.37 324 0.6 0.39
Hex A0 28 70 0 4B 1E 25 144 3C 27
Octal 240 50 160 0 113 36 45 504 74 47
Binary 10100000 101000 1110000 0 1001011 11110 100101 101000100 111100 100111

Color Harmonies of #A02870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02870

Black with #A02870

Text Example


Text Example

White with #A02870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02870; }

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

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

background-color css

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

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

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

border-color css

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

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

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