Html Css Color HEX #A00859 Jazzberry Jam

📋 copy color: '#A00859'

red 160 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #A00859

Tints of Jazzberry Jam #A00859

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 89 (35.16% from 255) = 34.63%

R = 62.26%
G = 3.11%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A00859 (or 0xA00859) is known color: Jazzberry Jam. HEX triplet: A0, 08 and 59. RGB value is (160,8,89). Sum of RGB (Red+Green+Blue) = 160+8+89=257 (34% of max value = 765). Red value is 160 (62.89% from 255 or 62.26% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 160 - color contains mainly: red. Hex color #A00859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00859 is #5FF7A6. Grayscale: #3E3E3E. Windows color (decimal): -6289319 or 5834912. OLE color: 5834912.

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

Color convert

RGB 160 8 89 -
CMYK 0 0.95 0.44 0.37
HSL 328.03º 0.9% 0.33% -
HSV(B) 328.03º 0.95% 0.63% -
XYZ 16.39 8.37 10.2 -
YUV 62.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 160 8 89 0 0.95 0.44 0.37 328.03 0.9 0.33
Hex A0 8 59 0 5F 2C 25 148 5A 21
Octal 240 10 131 0 137 54 45 510 132 41
Binary 10100000 1000 1011001 0 1011111 101100 100101 101001000 1011010 100001

Color Harmonies of #A00859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00859

Black with #A00859

Text Example


Text Example

White with #A00859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00859; }

 p { color: rgb(160,8,89); }

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

background-color css

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

 a { background-color: rgb(160,8,89); }

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

border-color css

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

 span { border-color: rgb(160,8,89); }

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