#A32266

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

Shades of Jazzberry Jam #A32266

Tints of Jazzberry Jam #A32266

Color information

#A32266 (or 0xA32266) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 22 and 66. RGB value is (163,34,102). Sum of RGB (Red+Green+Blue) = 163+34+102=299 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.52% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 163 - color contains mainly: red. Hex color #A32266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32266 is #5CDD99. Grayscale: #505050. Windows color (decimal): -6086042 or 6693539. OLE color: 6693539.

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

Color convert

RGB16334102-
CMYK00.790.370.36
HSL328.37º65.48%38.63%-
HSV(B)328.37º79.14%63.92%-
XYZ18.079.8913.53-
YUV80.32140.24186.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.52%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 102 (40.23% from 255) = 34.11%
R=54.52%
G=11.37%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633410200.790.370.36328.3765.4838.63
HexA3226604F25241484127
Octal243421460117454451010147
Binary101000111000101100110010011111001011001001010010001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32266; }

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

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

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

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

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

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

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

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