#A5266F

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

Shades of Jazzberry Jam #A5266F

Tints of Jazzberry Jam #A5266F

Color information

#A5266F (or 0xA5266F) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 26 and 6F. RGB value is (165,38,111). Sum of RGB (Red+Green+Blue) = 165+38+111=314 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.55% from 314); Green value is 38 (15.23% from 255 or 12.10% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 165 - color contains mainly: red. Hex color #A5266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5266F is #5AD990. Grayscale: #545454. Windows color (decimal): -5953937 or 7284389. OLE color: 7284389.

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

Color convert

RGB16538111-
CMYK00.770.330.35
HSL325.51º62.56%39.8%-
HSV(B)325.51º76.97%64.71%-
XYZ19.0810.5316.07-
YUV84.29143.08185.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.55%
GREEN value IS 38 (15.23% from 255) = 12.10%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=52.55%
G=12.10%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653811100.770.330.35325.5162.5639.8
HexA5266F04D21231463f28
Octal24546157011541435067750
Binary10100101100110110111101001101100001100011101000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5266F; }

 p { color: rgb(165,38,111); }

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

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

 a { background-color: rgb(165,38,111); }

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

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

 span { border-color: rgb(165,38,111); }

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