#A32265

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

Shades of Jazzberry Jam #A32265

Tints of Jazzberry Jam #A32265

Color information

#A32265 (or 0xA32265) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 22 and 65. RGB value is (163,34,101). Sum of RGB (Red+Green+Blue) = 163+34+101=298 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.70% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 163 - color contains mainly: red. Hex color #A32265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32265 is #5CDD9A. Grayscale: #505050. Windows color (decimal): -6086043 or 6628003. OLE color: 6628003.

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

Color convert

RGB16334101-
CMYK00.790.380.36
HSL328.84º65.48%38.63%-
HSV(B)328.84º79.14%63.92%-
XYZ18.039.8713.27-
YUV80.21139.74187.05-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.70%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=54.70%
G=11.41%
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.36
SystemRedGreenBlueCMYKHSL
Decimal1633410100.790.380.36328.8465.4838.63
HexA3226504F26241494127
Octal243421450117464451110147
Binary101000111000101100101010011111001101001001010010011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32265; }

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

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

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

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

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

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

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

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