Html Css Color HEX #A91972 Jazzberry Jam

📋 copy color: '#A91972'

red 169 ◦ green 25 ◦ blue 114

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

Shades of Jazzberry Jam #A91972

Tints of Jazzberry Jam #A91972

RGB

 RED value IS 169 (66.41% from 255) = 54.87%

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

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

R = 54.87%
G = 8.12%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A91972 (or 0xA91972) is known color: Jazzberry Jam. HEX triplet: A9, 19 and 72. RGB value is (169,25,114). Sum of RGB (Red+Green+Blue) = 169+25+114=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A91972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91972 is #56E68D. Grayscale: #4D4D4D. Windows color (decimal): -5695118 or 7477673. OLE color: 7477673.

HSL color Cylindrical-coordinate representation of color #A91972: hue angle of 322.92º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91972 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 25 114 -
CMYK 0 0.85 0.33 0.34
HSL 322.92º 0.74% 0.38% -
HSV(B) 322.92º 0.85% 0.66% -
XYZ 19.75 10.35 16.88 -
YUV 78.2 148.21 192.76 -
System Red Green Blue C M Y K H S L
Decimal 169 25 114 0 0.85 0.33 0.34 322.92 0.74 0.38
Hex A9 19 72 0 55 21 22 143 4A 26
Octal 251 31 162 0 125 41 42 503 112 46
Binary 10101001 11001 1110010 0 1010101 100001 100010 101000011 1001010 100110

Color Harmonies of #A91972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91972

Black with #A91972

Text Example


Text Example

White with #A91972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91972; }

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

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

background-color css

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

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

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

border-color css

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

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

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