#A52266

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

Shades of Jazzberry Jam #A52266

Tints of Jazzberry Jam #A52266

Color information

#A52266 (or 0xA52266) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 22 and 66. RGB value is (165,34,102). Sum of RGB (Red+Green+Blue) = 165+34+102=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 102 (40.23% from 255 or 33.89% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A52266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52266 is #5ADD99. Grayscale: #505050. Windows color (decimal): -5954970 or 6693541. OLE color: 6693541.

HSL color Cylindrical-coordinate representation of color #A52266: hue angle of 328.85º degrees, saturation: 0.66, 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 #A52266 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB16534102-
CMYK00.790.380.35
HSL328.85º65.83%39.02%-
HSV(B)328.85º79.39%64.71%-
XYZ18.4910.113.55-
YUV80.92139.9187.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 102 (40.23% from 255) = 33.89%
R=54.82%
G=11.30%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653410200.790.380.35328.8565.8339.02
HexA5226604F26231494227
Octal245421460117464351110247
Binary101001011000101100110010011111001101000111010010011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52266; }

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

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

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

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

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

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

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

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