Html Css Color HEX #A00A4F Jazzberry Jam

📋 copy color: '#A00A4F'

red 160 ◦ green 10 ◦ blue 79

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

Shades of Jazzberry Jam #A00A4F

Tints of Jazzberry Jam #A00A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 64.26%
G = 4.02%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#A00A4F (or 0xA00A4F) is known color: Jazzberry Jam. HEX triplet: A0, 0A and 4F. RGB value is (160,10,79). Sum of RGB (Red+Green+Blue) = 160+10+79=249 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.26% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 160 - color contains mainly: red. Hex color #A00A4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00A4F is #5FF5B0. Grayscale: #3E3E3E. Windows color (decimal): -6288817 or 5180064. OLE color: 5180064.

HSL color Cylindrical-coordinate representation of color #A00A4F: hue angle of 332.4º 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 #A00A4F is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 10 79 -
CMYK 0 0.94 0.51 0.37
HSL 332.4º 0.88% 0.33% -
HSV(B) 332.4º 0.94% 0.63% -
XYZ 16.02 8.26 8.15 -
YUV 62.72 137.2 197.39 -
System Red Green Blue C M Y K H S L
Decimal 160 10 79 0 0.94 0.51 0.37 332.4 0.88 0.33
Hex A0 A 4F 0 5E 33 25 14C 58 21
Octal 240 12 117 0 136 63 45 514 130 41
Binary 10100000 1010 1001111 0 1011110 110011 100101 101001100 1011000 100001

Color Harmonies of #A00A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00A4F

Black with #A00A4F

Text Example


Text Example

White with #A00A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00A4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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