#A5226A

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

Shades of Jazzberry Jam #A5226A

Tints of Jazzberry Jam #A5226A

Color information

#A5226A (or 0xA5226A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 22 and 6A. RGB value is (165,34,106). Sum of RGB (Red+Green+Blue) = 165+34+106=305 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.10% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 165 - color contains mainly: red. Hex color #A5226A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5226A is #5ADD95. Grayscale: #515151. Windows color (decimal): -5954966 or 6955685. OLE color: 6955685.

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

Color convert

RGB16534106-
CMYK00.790.360.35
HSL327.02º65.83%39.02%-
HSV(B)327.02º79.39%64.71%-
XYZ18.6910.1814.62-
YUV81.38141.9187.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.10%
GREEN value IS 34 (13.67% from 255) = 11.15%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=54.10%
G=11.15%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653410600.790.360.35327.0265.8339.02
HexA5226A04F24231474227
Octal245421520117444350710247
Binary101001011000101101010010011111001001000111010001111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5226A; }

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

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

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

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

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

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

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

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