Html Css Color HEX #A01564 Jazzberry Jam

📋 copy color: '#A01564'

red 160 ◦ green 21 ◦ blue 100

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

Shades of Jazzberry Jam #A01564

Tints of Jazzberry Jam #A01564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 56.94%
G = 7.47%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A01564 (or 0xA01564) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 64. RGB value is (160,21,100). Sum of RGB (Red+Green+Blue) = 160+21+100=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A01564 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01564 is #5FEA9B. Grayscale: #474747. Windows color (decimal): -6285980 or 6559136. OLE color: 6559136.

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

Color convert

RGB 160 21 100 -
CMYK 0 0.87 0.38 0.37
HSL 325.9º 0.77% 0.35% -
HSV(B) 325.9º 0.87% 0.63% -
XYZ 17.07 8.93 12.88 -
YUV 71.57 144.05 191.08 -
System Red Green Blue C M Y K H S L
Decimal 160 21 100 0 0.87 0.38 0.37 325.9 0.77 0.35
Hex A0 15 64 0 57 26 25 146 4D 23
Octal 240 25 144 0 127 46 45 506 115 43
Binary 10100000 10101 1100100 0 1010111 100110 100101 101000110 1001101 100011

Color Harmonies of #A01564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01564

Black with #A01564

Text Example


Text Example

White with #A01564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01564; }

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

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

background-color css

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

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

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

border-color css

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

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

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