Html Css Color HEX #A01857 Jazzberry Jam

📋 copy color: '#A01857'

red 160 ◦ green 24 ◦ blue 87

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

Shades of Jazzberry Jam #A01857

Tints of Jazzberry Jam #A01857

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

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

R = 59.04%
G = 8.86%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A01857 (or 0xA01857) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 57. RGB value is (160,24,87). Sum of RGB (Red+Green+Blue) = 160+24+87=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A01857 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01857 is #5FE7A8. Grayscale: #474747. Windows color (decimal): -6285225 or 5707936. OLE color: 5707936.

HSL color Cylindrical-coordinate representation of color #A01857: hue angle of 332.21º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01857 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 24 87 -
CMYK 0 0.85 0.46 0.37
HSL 332.21º 0.74% 0.36% -
HSV(B) 332.21º 0.85% 0.63% -
XYZ 16.54 8.81 9.85 -
YUV 71.85 136.56 190.88 -
System Red Green Blue C M Y K H S L
Decimal 160 24 87 0 0.85 0.46 0.37 332.21 0.74 0.36
Hex A0 18 57 0 55 2E 25 14C 4A 24
Octal 240 30 127 0 125 56 45 514 112 44
Binary 10100000 11000 1010111 0 1010101 101110 100101 101001100 1001010 100100

Color Harmonies of #A01857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01857

Black with #A01857

Text Example


Text Example

White with #A01857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01857; }

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

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

background-color css

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

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

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

border-color css

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

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

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