#A92060

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

Shades of Jazzberry Jam #A92060

Tints of Jazzberry Jam #A92060

Color information

#A92060 (or 0xA92060) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 20 and 60. RGB value is (169,32,96). Sum of RGB (Red+Green+Blue) = 169+32+96=297 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.90% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 169 - color contains mainly: red. Hex color #A92060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A92060 is #56DF9F. Grayscale: #505050. Windows color (decimal): -5693344 or 6299817. OLE color: 6299817.

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

Color convert

RGB1693296-
CMYK00.810.430.34
HSL331.97º68.16%39.41%-
HSV(B)331.97º81.07%66.27%-
XYZ18.9910.3112.06-
YUV80.26136.89191.3-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 56.90%
GREEN value IS 32 (12.89% from 255) = 10.77%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=56.90%
G=10.77%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169329600.810.430.34331.9768.1639.41
HexA920600512B2214c4427
Octal251401400121534251410447
Binary101010011000001100000010100011010111000101010011001000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92060; }

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

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

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

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

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

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

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

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