#A5226E

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

Shades of Jazzberry Jam #A5226E

Tints of Jazzberry Jam #A5226E

Color information

#A5226E (or 0xA5226E) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 22 and 6E. RGB value is (165,34,110). Sum of RGB (Red+Green+Blue) = 165+34+110=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5226E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5226E is #5ADD91. Grayscale: #515151. Windows color (decimal): -5954962 or 7217829. OLE color: 7217829.

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

Color convert

RGB16534110-
CMYK00.790.330.35
HSL325.19º65.83%39.02%-
HSV(B)325.19º79.39%64.71%-
XYZ18.910.2715.74-
YUV81.83143.9187.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.40%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=53.40%
G=11.00%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653411000.790.330.35325.1965.8339.02
HexA5226E04F21231454227
Octal245421560117414350510247
Binary101001011000101101110010011111000011000111010001011000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5226E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5226E; }

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

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

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

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

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

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

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

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