Html Css Color HEX #A02570 Jazzberry Jam

📋 copy color: '#A02570'

red 160 ◦ green 37 ◦ blue 112

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

Shades of Jazzberry Jam #A02570

Tints of Jazzberry Jam #A02570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.97%

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

R = 51.78%
G = 11.97%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A02570 (or 0xA02570) is known color: Jazzberry Jam. HEX triplet: A0, 25 and 70. RGB value is (160,37,112). Sum of RGB (Red+Green+Blue) = 160+37+112=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A02570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02570 is #5FDA8F. Grayscale: #525252. Windows color (decimal): -6281872 or 7349664. OLE color: 7349664.

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

Color convert

RGB 160 37 112 -
CMYK 0 0.77 0.30 0.37
HSL 323.41º 0.62% 0.39% -
HSV(B) 323.41º 0.77% 0.63% -
XYZ 18.08 9.97 16.3 -
YUV 82.33 144.75 183.4 -
System Red Green Blue C M Y K H S L
Decimal 160 37 112 0 0.77 0.30 0.37 323.41 0.62 0.39
Hex A0 25 70 0 4D 1E 25 143 3E 27
Octal 240 45 160 0 115 36 45 503 76 47
Binary 10100000 100101 1110000 0 1001101 11110 100101 101000011 111110 100111

Color Harmonies of #A02570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02570

Black with #A02570

Text Example


Text Example

White with #A02570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02570; }

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

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

background-color css

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

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

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

border-color css

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

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

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