Html Css Color HEX #A02060 Jazzberry Jam

📋 copy color: '#A02060'

red 160 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #A02060

Tints of Jazzberry Jam #A02060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.11%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 55.56%
G = 11.11%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A02060 (or 0xA02060) is known color: Jazzberry Jam. HEX triplet: A0, 20 and 60. RGB value is (160,32,96). Sum of RGB (Red+Green+Blue) = 160+32+96=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 32 (12.89% from 255 or 11.11% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A02060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02060 is #5FDF9F. Grayscale: #4D4D4D. Windows color (decimal): -6283168 or 6299808. OLE color: 6299808.

HSL color Cylindrical-coordinate representation of color #A02060: hue angle of 330º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02060 is Cyan = 0, Magento = 0.80, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 32 96 -
CMYK 0 0.80 0.4 0.37
HSL 330º 0.67% 0.38% -
HSV(B) 330º 0.8% 0.63% -
XYZ 17.13 9.35 11.97 -
YUV 77.57 138.41 186.8 -
System Red Green Blue C M Y K H S L
Decimal 160 32 96 0 0.80 0.4 0.37 330 0.67 0.38
Hex A0 20 60 0 50 28 25 14A 43 26
Octal 240 40 140 0 120 50 45 512 103 46
Binary 10100000 100000 1100000 0 1010000 101000 100101 101001010 1000011 100110

Color Harmonies of #A02060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02060

Black with #A02060

Text Example


Text Example

White with #A02060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02060; }

 p { color: rgb(160,32,96); }

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

background-color css

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

 a { background-color: rgb(160,32,96); }

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

border-color css

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

 span { border-color: rgb(160,32,96); }

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