Html Css Color HEX #A92072 Jazzberry Jam

📋 copy color: '#A92072'

red 169 ◦ green 32 ◦ blue 114

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

Shades of Jazzberry Jam #A92072

Tints of Jazzberry Jam #A92072

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.16%

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

R = 53.65%
G = 10.16%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#A92072 (or 0xA92072) is known color: Jazzberry Jam. HEX triplet: A9, 20 and 72. RGB value is (169,32,114). Sum of RGB (Red+Green+Blue) = 169+32+114=315 (41% of max value = 765). Red value is 169 (66.41% from 255 or 53.65% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 169 - color contains mainly: red. Hex color #A92072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92072 is #56DF8D. Grayscale: #525252. Windows color (decimal): -5693326 or 7479465. OLE color: 7479465.

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

Color convert

RGB 169 32 114 -
CMYK 0 0.81 0.33 0.34
HSL 324.09º 0.68% 0.39% -
HSV(B) 324.09º 0.81% 0.66% -
XYZ 19.92 10.68 16.93 -
YUV 82.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 169 32 114 0 0.81 0.33 0.34 324.09 0.68 0.39
Hex A9 20 72 0 51 21 22 144 44 27
Octal 251 40 162 0 121 41 42 504 104 47
Binary 10101001 100000 1110010 0 1010001 100001 100010 101000100 1000100 100111

Color Harmonies of #A92072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92072

Black with #A92072

Text Example


Text Example

White with #A92072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92072; }

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

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

background-color css

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

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

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

border-color css

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

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

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