#A52168

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

Shades of Jazzberry Jam #A52168

Tints of Jazzberry Jam #A52168

Color information

#A52168 (or 0xA52168) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 21 and 68. RGB value is (165,33,104). Sum of RGB (Red+Green+Blue) = 165+33+104=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 33 (13.28% from 255 or 10.93% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A52168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52168 is #5ADE97. Grayscale: #505050. Windows color (decimal): -5955224 or 6824357. OLE color: 6824357.

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

Color convert

RGB16533104-
CMYK00.80.370.35
HSL327.73º66.67%38.82%-
HSV(B)327.73º80%64.71%-
XYZ18.5610.0914.07-
YUV80.56141.23188.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.64%
GREEN value IS 33 (13.28% from 255) = 10.93%
BLUE value IS 104 (41.02% from 255) = 34.44%
R=54.64%
G=10.93%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653310400.80.370.35327.7366.6738.82
HexA5216805025231484327
Octal245411500120454351010347
Binary101001011000011101000010100001001011000111010010001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52168; }

 p { color: rgb(165,33,104); }

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

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

 a { background-color: rgb(165,33,104); }

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

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

 span { border-color: rgb(165,33,104); }

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