#A62368

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

Shades of Jazzberry Jam #A62368

Tints of Jazzberry Jam #A62368

Color information

#A62368 (or 0xA62368) is unknown color: approx Jazzberry Jam. HEX triplet: A6, 23 and 68. RGB value is (166,35,104). Sum of RGB (Red+Green+Blue) = 166+35+104=305 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.43% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 166 - color contains mainly: red. Hex color #A62368 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62368 is #59DC97. Grayscale: #515151. Windows color (decimal): -5889176 or 6824870. OLE color: 6824870.

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

Color convert

RGB16635104-
CMYK00.790.370.35
HSL328.4º65.17%39.41%-
HSV(B)328.4º78.92%65.1%-
XYZ18.8310.3114.09-
YUV82.04140.4187.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.43%
GREEN value IS 35 (14.06% from 255) = 11.48%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=54.43%
G=11.48%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1663510400.790.370.35328.465.1739.41
HexA6236804F25231484127
Octal246431500117454351010147
Binary101001101000111101000010011111001011000111010010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62368; }

 p { color: rgb(166,35,104); }

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

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

 a { background-color: rgb(166,35,104); }

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

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

 span { border-color: rgb(166,35,104); }

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