#A41866

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

Shades of Jazzberry Jam #A41866

Tints of Jazzberry Jam #A41866

Color information

#A41866 (or 0xA41866) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 18 and 66. RGB value is (164,24,102). Sum of RGB (Red+Green+Blue) = 164+24+102=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A41866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41866 is #5BE799. Grayscale: #4A4A4A. Windows color (decimal): -6023066 or 6690980. OLE color: 6690980.

HSL color Cylindrical-coordinate representation of color #A41866: hue angle of 326.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41866 is Cyan = 0, Magento = 0.85, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16424102-
CMYK00.850.380.36
HSL326.57º74.47%36.86%-
HSV(B)326.57º85.37%64.31%-
XYZ18.039.5113.45-
YUV74.75143.38191.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 24 (9.77% from 255) = 8.28%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=56.55%
G=8.28%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642410200.850.380.36326.5774.4736.86
HexA4186605526241474a25
Octal244301460125464450711245
Binary10100100110001100110010101011001101001001010001111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41866; }

 p { color: rgb(164,24,102); }

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

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

 a { background-color: rgb(164,24,102); }

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

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

 span { border-color: rgb(164,24,102); }

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