#A90866

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

Shades of Jazzberry Jam #A90866

Tints of Jazzberry Jam #A90866

Color information

#A90866 (or 0xA90866) is unknown color: approx Jazzberry Jam. HEX triplet: A9, 08 and 66. RGB value is (169,8,102). Sum of RGB (Red+Green+Blue) = 169+8+102=279 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.57% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 169 - color contains mainly: red. Hex color #A90866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A90866 is #56F799. Grayscale: #424242. Windows color (decimal): -5699482 or 6686889. OLE color: 6686889.

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

Color convert

RGB1698102-
CMYK00.950.400.34
HSL324.97º90.96%34.71%-
HSV(B)324.97º95.27%66.27%-
XYZ18.859.5713.42-
YUV66.85147.84200.86-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.57%
GREEN value IS 8 (3.52% from 255) = 2.87%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=60.57%
G=2.87%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169810200.950.400.34324.9790.9634.71
HexA986605F28221455b23
Octal251101460137504250513343
Binary1010100110001100110010111111010001000101010001011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A90866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A90866; }

 p { color: rgb(169,8,102); }

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

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

 a { background-color: rgb(169,8,102); }

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

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

 span { border-color: rgb(169,8,102); }

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