Html Css Color HEX #A01459 Jazzberry Jam

📋 copy color: '#A01459'

red 160 ◦ green 20 ◦ blue 89

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

Shades of Jazzberry Jam #A01459

Tints of Jazzberry Jam #A01459

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.43%

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

R = 59.48%
G = 7.43%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#A01459 (or 0xA01459) is known color: Jazzberry Jam. HEX triplet: A0, 14 and 59. RGB value is (160,20,89). Sum of RGB (Red+Green+Blue) = 160+20+89=269 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.48% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 160 - color contains mainly: red. Hex color #A01459 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01459 is #5FEBA6. Grayscale: #454545. Windows color (decimal): -6286247 or 5837984. OLE color: 5837984.

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

Color convert

RGB 160 20 89 -
CMYK 0 0.88 0.44 0.37
HSL 330.43º 0.78% 0.35% -
HSV(B) 330.43º 0.88% 0.63% -
XYZ 16.55 8.7 10.26 -
YUV 69.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 160 20 89 0 0.88 0.44 0.37 330.43 0.78 0.35
Hex A0 14 59 0 58 2C 25 14A 4E 23
Octal 240 24 131 0 130 54 45 512 116 43
Binary 10100000 10100 1011001 0 1011000 101100 100101 101001010 1001110 100011

Color Harmonies of #A01459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01459

Black with #A01459

Text Example


Text Example

White with #A01459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01459; }

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

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

background-color css

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

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

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

border-color css

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

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

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