#A4266E

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

Shades of Jazzberry Jam #A4266E

Tints of Jazzberry Jam #A4266E

Color information

#A4266E (or 0xA4266E) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 26 and 6E. RGB value is (164,38,110). Sum of RGB (Red+Green+Blue) = 164+38+110=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A4266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4266E is #5BD991. Grayscale: #535353. Windows color (decimal): -6019474 or 7218852. OLE color: 7218852.

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

Color convert

RGB16438110-
CMYK00.770.330.36
HSL325.71º62.38%39.61%-
HSV(B)325.71º76.83%64.31%-
XYZ18.8210.415.77-
YUV83.88142.74185.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 38 (15.23% from 255) = 12.18%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=52.56%
G=12.18%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643811000.770.330.36325.7162.3839.61
HexA4266E04D21241463e28
Octal24446156011541445067650
Binary10100100100110110111001001101100001100100101000110111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4266E; }

 p { color: rgb(164,38,110); }

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

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

 a { background-color: rgb(164,38,110); }

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

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

 span { border-color: rgb(164,38,110); }

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