Html Css Color HEX #A01873 Jazzberry Jam

📋 copy color: '#A01873'

red 160 ◦ green 24 ◦ blue 115

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

Shades of Jazzberry Jam #A01873

Tints of Jazzberry Jam #A01873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 53.51%
G = 8.03%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A01873 (or 0xA01873) is known color: Jazzberry Jam. HEX triplet: A0, 18 and 73. RGB value is (160,24,115). Sum of RGB (Red+Green+Blue) = 160+24+115=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A01873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01873 is #5FE78C. Grayscale: #4A4A4A. Windows color (decimal): -6285197 or 7542944. OLE color: 7542944.

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

Color convert

RGB 160 24 115 -
CMYK 0 0.85 0.28 0.37
HSL 319.85º 0.74% 0.36% -
HSV(B) 319.85º 0.85% 0.63% -
XYZ 17.92 9.36 17.08 -
YUV 75.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 160 24 115 0 0.85 0.28 0.37 319.85 0.74 0.36
Hex A0 18 73 0 55 1C 25 140 4A 24
Octal 240 30 163 0 125 34 45 500 112 44
Binary 10100000 11000 1110011 0 1010101 11100 100101 101000000 1001010 100100

Color Harmonies of #A01873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01873

Black with #A01873

Text Example


Text Example

White with #A01873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01873; }

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

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

background-color css

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

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

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

border-color css

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

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

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