#A9216A

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

Shades of Jazzberry Jam #A9216A

Tints of Jazzberry Jam #A9216A

Color information

#A9216A (or 0xA9216A) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 21 and 6A. RGB value is (169,33,106). Sum of RGB (Red+Green+Blue) = 169+33+106=308 (40% of max value = 765). Red value is 169 (66.41% from 255 or 54.87% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 169 - color contains mainly: red. Hex color #A9216A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9216A is #56DE95. Grayscale: #515151. Windows color (decimal): -5693078 or 6955433. OLE color: 6955433.

HSL color Cylindrical-coordinate representation of color #A9216A: hue angle of 327.79º 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 #A9216A is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB16933106-
CMYK00.800.370.34
HSL327.79º67.33%39.61%-
HSV(B)327.79º80.47%66.27%-
XYZ19.5110.5614.65-
YUV81.99141.56190.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 54.87%
GREEN value IS 33 (13.28% from 255) = 10.71%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=54.87%
G=10.71%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693310600.800.370.34327.7967.3339.61
HexA9216A05025221484328
Octal251411520120454251010350
Binary101010011000011101010010100001001011000101010010001000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9216A; }

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

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

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

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

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

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

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

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