#A92164

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

Shades of Jazzberry Jam #A92164

Tints of Jazzberry Jam #A92164

Color information

#A92164 (or 0xA92164) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 21 and 64. RGB value is (169,33,100). Sum of RGB (Red+Green+Blue) = 169+33+100=302 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.96% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 169 - color contains mainly: red. Hex color #A92164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92164 is #56DE9B. Grayscale: #515151. Windows color (decimal): -5693084 or 6562217. OLE color: 6562217.

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

Color convert

RGB16933100-
CMYK00.800.410.34
HSL330.44º67.33%39.61%-
HSV(B)330.44º80.47%66.27%-
XYZ19.2110.4413.06-
YUV81.3138.56190.55-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.96%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=55.96%
G=10.93%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693310000.800.410.34330.4467.3339.61
HexA92164050292214a4328
Octal251411440120514251210350
Binary101010011000011100100010100001010011000101010010101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92164; }

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

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

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

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

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

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

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

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