#A4266A

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

Shades of Jazzberry Jam #A4266A

Tints of Jazzberry Jam #A4266A

Color information

#A4266A (or 0xA4266A) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 26 and 6A. RGB value is (164,38,106). Sum of RGB (Red+Green+Blue) = 164+38+106=308 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.25% from 308); Green value is 38 (15.23% from 255 or 12.34% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 164 - color contains mainly: red. Hex color #A4266A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4266A is #5BD995. Grayscale: #535353. Windows color (decimal): -6019478 or 6956708. OLE color: 6956708.

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

Color convert

RGB16438106-
CMYK00.770.350.36
HSL327.62º62.38%39.61%-
HSV(B)327.62º76.83%64.31%-
XYZ18.610.3214.65-
YUV83.43140.74185.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 53.25%
GREEN value IS 38 (15.23% from 255) = 12.34%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=53.25%
G=12.34%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643810600.770.350.36327.6262.3839.61
HexA4266A04D23241483e28
Octal24446152011543445107650
Binary10100100100110110101001001101100011100100101001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4266A; }

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

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

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

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

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

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

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

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