#A51866

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

Shades of Jazzberry Jam #A51866

Tints of Jazzberry Jam #A51866

Color information

#A51866 (or 0xA51866) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 18 and 66. RGB value is (165,24,102). Sum of RGB (Red+Green+Blue) = 165+24+102=291 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.70% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 165 - color contains mainly: red. Hex color #A51866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51866 is #5AE799. Grayscale: #4A4A4A. Windows color (decimal): -5957530 or 6690981. OLE color: 6690981.

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

Color convert

RGB16524102-
CMYK00.850.380.35
HSL326.81º74.6%37.06%-
HSV(B)326.81º85.45%64.71%-
XYZ18.249.6113.46-
YUV75.05143.21192.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.70%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=56.70%
G=8.25%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652410200.850.380.35326.8174.637.06
HexA5186605526231474b25
Octal245301460125464350711345
Binary10100101110001100110010101011001101000111010001111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51866; }

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

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

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

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

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

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

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

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