Html Css Color HEX #A92172 Jazzberry Jam

📋 copy color: '#A92172'

red 169 ◦ green 33 ◦ blue 114

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

Shades of Jazzberry Jam #A92172

Tints of Jazzberry Jam #A92172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.44%

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

R = 53.48%
G = 10.44%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A92172 (or 0xA92172) is known color: Jazzberry Jam. HEX triplet: A9, 21 and 72. RGB value is (169,33,114). Sum of RGB (Red+Green+Blue) = 169+33+114=316 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.48% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 169 - color contains mainly: red. Hex color #A92172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92172 is #56DE8D. Grayscale: #525252. Windows color (decimal): -5693070 or 7479721. OLE color: 7479721.

HSL color Cylindrical-coordinate representation of color #A92172: hue angle of 324.26º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A92172 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 33 114 -
CMYK 0 0.80 0.33 0.34
HSL 324.26º 0.67% 0.4% -
HSV(B) 324.26º 0.8% 0.66% -
XYZ 19.94 10.74 16.94 -
YUV 82.9 145.56 189.41 -
System Red Green Blue C M Y K H S L
Decimal 169 33 114 0 0.80 0.33 0.34 324.26 0.67 0.4
Hex A9 21 72 0 50 21 22 144 43 28
Octal 251 41 162 0 120 41 42 504 103 50
Binary 10101001 100001 1110010 0 1010000 100001 100010 101000100 1000011 101000

Color Harmonies of #A92172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92172

Black with #A92172

Text Example


Text Example

White with #A92172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92172; }

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

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

background-color css

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

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

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

border-color css

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

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

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