#A82172

Color #A82172 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A82172

Tints of Jazzberry Jam #A82172

Color information

#A82172 (or 0xA82172) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 21 and 72. RGB value is (168,33,114). Sum of RGB (Red+Green+Blue) = 168+33+114=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 33 (13.28% from 255 or 10.48% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A82172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82172 is #57DE8D. Grayscale: #525252. Windows color (decimal): -5758606 or 7479720. OLE color: 7479720.

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

Color convert

RGB16833114-
CMYK00.800.320.34
HSL324º67.16%39.41%-
HSV(B)324º80.36%65.88%-
XYZ19.7310.6316.93-
YUV82.6145.73188.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 53.33%
GREEN value IS 33 (13.28% from 255) = 10.48%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=53.33%
G=10.48%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683311400.800.320.3432467.1639.41
HexA8217205020221444327
Octal250411620120404250410347
Binary101010001000011110010010100001000001000101010001001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82172; }

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

 H1.HeaderClassName
 {
   color: #A82172;
 }
 .AnyTagClassName
 {
   color: #A82172;
 }
</style>
background-color css

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

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

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

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

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

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