#A3266B

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

Shades of Jazzberry Jam #A3266B

Tints of Jazzberry Jam #A3266B

Color information

#A3266B (or 0xA3266B) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 26 and 6B. RGB value is (163,38,107). Sum of RGB (Red+Green+Blue) = 163+38+107=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A3266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3266B is #5CD994. Grayscale: #535353. Windows color (decimal): -6085013 or 7022243. OLE color: 7022243.

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

Color convert

RGB16338107-
CMYK00.770.340.36
HSL326.88º62.19%39.41%-
HSV(B)326.88º76.69%63.92%-
XYZ18.4510.2314.91-
YUV83.24141.41184.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.92%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=52.92%
G=12.34%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1633810700.770.340.36326.8862.1939.41
HexA3266B04D22241473e27
Octal24346153011542445077647
Binary10100011100110110101101001101100010100100101000111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3266B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3266B; }

 p { color: rgb(163,38,107); }

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

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

 a { background-color: rgb(163,38,107); }

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

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

 span { border-color: rgb(163,38,107); }

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