Html Css Color HEX #A01259 Jazzberry Jam

📋 copy color: '#A01259'

red 160 ◦ green 18 ◦ blue 89

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

Shades of Jazzberry Jam #A01259

Tints of Jazzberry Jam #A01259

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 59.93%
G = 6.74%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A01259 (or 0xA01259) is known color: Jazzberry Jam. HEX triplet: A0, 12 and 59. RGB value is (160,18,89). Sum of RGB (Red+Green+Blue) = 160+18+89=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A01259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01259 is #5FEDA6. Grayscale: #444444. Windows color (decimal): -6286759 or 5837472. OLE color: 5837472.

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

Color convert

RGB 160 18 89 -
CMYK 0 0.89 0.44 0.37
HSL 330º 0.8% 0.35% -
HSV(B) 330º 0.89% 0.63% -
XYZ 16.52 8.63 10.25 -
YUV 68.55 139.54 193.23 -
System Red Green Blue C M Y K H S L
Decimal 160 18 89 0 0.89 0.44 0.37 330 0.8 0.35
Hex A0 12 59 0 59 2C 25 14A 50 23
Octal 240 22 131 0 131 54 45 512 120 43
Binary 10100000 10010 1011001 0 1011001 101100 100101 101001010 1010000 100011

Color Harmonies of #A01259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01259

Black with #A01259

Text Example


Text Example

White with #A01259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01259; }

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

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

background-color css

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

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

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

border-color css

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

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

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