Html Css Color HEX #A01557 Jazzberry Jam

📋 copy color: '#A01557'

red 160 ◦ green 21 ◦ blue 87

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

Shades of Jazzberry Jam #A01557

Tints of Jazzberry Jam #A01557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.46%

R = 59.7%
G = 7.84%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A01557 (or 0xA01557) is known color: Jazzberry Jam. HEX triplet: A0, 15 and 57. RGB value is (160,21,87). Sum of RGB (Red+Green+Blue) = 160+21+87=268 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.70% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 87 (34.38% from 255 or 32.46% from 268); Max value from RGB is 160 - color contains mainly: red. Hex color #A01557 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01557 is #5FEAA8. Grayscale: #454545. Windows color (decimal): -6285993 or 5707168. OLE color: 5707168.

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

Color convert

RGB 160 21 87 -
CMYK 0 0.87 0.46 0.37
HSL 331.51º 0.77% 0.35% -
HSV(B) 331.51º 0.87% 0.63% -
XYZ 16.49 8.7 9.83 -
YUV 70.09 137.55 192.13 -
System Red Green Blue C M Y K H S L
Decimal 160 21 87 0 0.87 0.46 0.37 331.51 0.77 0.35
Hex A0 15 57 0 57 2E 25 14C 4D 23
Octal 240 25 127 0 127 56 45 514 115 43
Binary 10100000 10101 1010111 0 1010111 101110 100101 101001100 1001101 100011

Color Harmonies of #A01557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01557

Black with #A01557

Text Example


Text Example

White with #A01557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01557; }

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

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

background-color css

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

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

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

border-color css

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

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

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