#A90C72

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

Shades of Jazzberry Jam #A90C72

Tints of Jazzberry Jam #A90C72

Color information

#A90C72 (or 0xA90C72) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0C and 72. RGB value is (169,12,114). Sum of RGB (Red+Green+Blue) = 169+12+114=295 (39% of max value = 765). Red value is 169 (66.41% from 255 or 57.29% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C72 is #56F38D. Grayscale: #464646. Windows color (decimal): -5698446 or 7474345. OLE color: 7474345.

HSL color Cylindrical-coordinate representation of color #A90C72: hue angle of 321.02º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90C72 is Cyan = 0, Magento = 0.93, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16912114-
CMYK00.930.330.34
HSL321.02º86.74%35.49%-
HSV(B)321.02º92.9%66.27%-
XYZ19.539.9116.8-
YUV70.57152.51198.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 57.29%
GREEN value IS 12 (5.08% from 255) = 4.07%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=57.29%
G=4.07%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691211400.930.330.34321.0286.7435.49
HexA9C7205D21221415723
Octal251141620135414250112743
Binary1010100111001110010010111011000011000101010000011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C72; }

 p { color: rgb(169,12,114); }

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

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

 a { background-color: rgb(169,12,114); }

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

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

 span { border-color: rgb(169,12,114); }

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