#A90C69

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

Shades of Jazzberry Jam #A90C69

Tints of Jazzberry Jam #A90C69

Color information

#A90C69 (or 0xA90C69) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 0C and 69. RGB value is (169,12,105). Sum of RGB (Red+Green+Blue) = 169+12+105=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A90C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90C69 is #56F396. Grayscale: #454545. Windows color (decimal): -5698455 or 6884521. OLE color: 6884521.

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

Color convert

RGB16912105-
CMYK00.930.380.34
HSL324.46º86.74%35.49%-
HSV(B)324.46º92.9%66.27%-
XYZ19.049.7214.24-
YUV69.54148.01198.94-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 12 (5.08% from 255) = 4.20%
BLUE value IS 105 (41.41% from 255) = 36.71%
R=59.09%
G=4.20%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691210500.930.380.34324.4686.7435.49
HexA9C6905D26221445723
Octal251141510135464250412743
Binary1010100111001101001010111011001101000101010001001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90C69; }

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

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

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

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

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

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

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

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