Html Css Color HEX #A01552 Jazzberry Jam

📋 copy color: '#A01552'

red 160 ◦ green 21 ◦ blue 82

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

Shades of Jazzberry Jam #A01552

Tints of Jazzberry Jam #A01552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.98%

 BLUE value IS 82 (32.42% from 255) = 31.18%

R = 60.84%
G = 7.98%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A01552 (or 0xA01552) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 52. RGB value is (160,21,82). Sum of RGB (Red+Green+Blue) = 160+21+82=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 82 (32.42% from 255 or 31.18% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A01552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01552 is #5FEAAD. Grayscale: #454545. Windows color (decimal): -6285998 or 5379488. OLE color: 5379488.

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

Color convert

RGB 160 21 82 -
CMYK 0 0.87 0.49 0.37
HSL 333.67º 0.77% 0.35% -
HSV(B) 333.67º 0.87% 0.63% -
XYZ 16.29 8.62 8.79 -
YUV 69.52 135.05 192.54 -
System Red Green Blue C M Y K H S L
Decimal 160 21 82 0 0.87 0.49 0.37 333.67 0.77 0.35
Hex A0 15 52 0 57 31 25 14E 4D 23
Octal 240 25 122 0 127 61 45 516 115 43
Binary 10100000 10101 1010010 0 1010111 110001 100101 101001110 1001101 100011

Color Harmonies of #A01552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01552

Black with #A01552

Text Example


Text Example

White with #A01552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01552; }

 p { color: rgb(160,21,82); }

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

background-color css

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

 a { background-color: rgb(160,21,82); }

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

border-color css

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

 span { border-color: rgb(160,21,82); }

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