Html Css Color HEX #A00A60 Jazzberry Jam

📋 copy color: '#A00A60'

red 160 ◦ green 10 ◦ blue 96

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

Shades of Jazzberry Jam #A00A60

Tints of Jazzberry Jam #A00A60

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.76%

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

R = 60.15%
G = 3.76%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A00A60 (or 0xA00A60) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 60. RGB value is (160,10,96). Sum of RGB (Red+Green+Blue) = 160+10+96=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A60 is #5FF59F. Grayscale: #404040. Windows color (decimal): -6288800 or 6294176. OLE color: 6294176.

HSL color Cylindrical-coordinate representation of color #A00A60: hue angle of 325.6º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A00A60 is Cyan = 0, Magento = 0.94, Yellow = 0.4 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 96 -
CMYK 0 0.94 0.4 0.37
HSL 325.6º 0.88% 0.33% -
HSV(B) 325.6º 0.94% 0.63% -
XYZ 16.72 8.54 11.83 -
YUV 64.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 160 10 96 0 0.94 0.4 0.37 325.6 0.88 0.33
Hex A0 A 60 0 5E 28 25 146 58 21
Octal 240 12 140 0 136 50 45 506 130 41
Binary 10100000 1010 1100000 0 1011110 101000 100101 101000110 1011000 100001

Color Harmonies of #A00A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A60

Black with #A00A60

Text Example


Text Example

White with #A00A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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