Html Css Color HEX #A01972 Jazzberry Jam

📋 copy color: '#A01972'

red 160 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #A01972

Tints of Jazzberry Jam #A01972

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.36%

 BLUE value IS 114 (44.92% from 255) = 38.13%

R = 53.51%
G = 8.36%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A01972 (or 0xA01972) is known color: Jazzberry Jam. HEX triplet: A0, 19 and 72. RGB value is (160,25,114). Sum of RGB (Red+Green+Blue) = 160+25+114=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 25 (10.16% from 255 or 8.36% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A01972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01972 is #5FE68D. Grayscale: #4B4B4B. Windows color (decimal): -6284942 or 7477664. OLE color: 7477664.

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

Color convert

RGB 160 25 114 -
CMYK 0 0.84 0.29 0.37
HSL 320.44º 0.73% 0.36% -
HSV(B) 320.44º 0.84% 0.63% -
XYZ 17.88 9.38 16.79 -
YUV 75.51 149.73 188.26 -
System Red Green Blue C M Y K H S L
Decimal 160 25 114 0 0.84 0.29 0.37 320.44 0.73 0.36
Hex A0 19 72 0 54 1D 25 140 49 24
Octal 240 31 162 0 124 35 45 500 111 44
Binary 10100000 11001 1110010 0 1010100 11101 100101 101000000 1001001 100100

Color Harmonies of #A01972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01972

Black with #A01972

Text Example


Text Example

White with #A01972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01972; }

 p { color: rgb(160,25,114); }

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

background-color css

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

 a { background-color: rgb(160,25,114); }

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

border-color css

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

 span { border-color: rgb(160,25,114); }

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