#A62465

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

Shades of Jazzberry Jam #A62465

Tints of Jazzberry Jam #A62465

Color information

#A62465 (or 0xA62465) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 24 and 65. RGB value is (166,36,101). Sum of RGB (Red+Green+Blue) = 166+36+101=303 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.79% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 166 - color contains mainly: red. Hex color #A62465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62465 is #59DB9A. Grayscale: #525252. Windows color (decimal): -5888923 or 6628518. OLE color: 6628518.

HSL color Cylindrical-coordinate representation of color #A62465: hue angle of 330º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A62465 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB16636101-
CMYK00.780.390.35
HSL330º64.36%39.61%-
HSV(B)330º78.31%65.1%-
XYZ18.7110.3113.32-
YUV82.28138.57187.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.79%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=54.79%
G=11.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663610100.780.390.3533064.3639.61
HexA6246504E272314a4028
Octal246441450116474351210050
Binary101001101001001100101010011101001111000111010010101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62465; }

 p { color: rgb(166,36,101); }

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

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

 a { background-color: rgb(166,36,101); }

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

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

 span { border-color: rgb(166,36,101); }

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