#A92069

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

Shades of Jazzberry Jam #A92069

Tints of Jazzberry Jam #A92069

Color information

#A92069 (or 0xA92069) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 20 and 69. RGB value is (169,32,105). Sum of RGB (Red+Green+Blue) = 169+32+105=306 (40% of max value = 765). Red value is 169 (66.41% from 255 or 55.23% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 169 - color contains mainly: red. Hex color #A92069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92069 is #56DF96. Grayscale: #515151. Windows color (decimal): -5693335 or 6889641. OLE color: 6889641.

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

Color convert

RGB16932105-
CMYK00.810.380.34
HSL328.03º68.16%39.41%-
HSV(B)328.03º81.07%66.27%-
XYZ19.4310.4914.36-
YUV81.28141.39190.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 55.23%
GREEN value IS 32 (12.89% from 255) = 10.46%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=55.23%
G=10.46%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1693210500.810.380.34328.0368.1639.41
HexA9206905126221484427
Octal251401510121464251010447
Binary101010011000001101001010100011001101000101010010001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92069; }

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

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

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

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

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

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

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

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