#A5256D

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

Shades of Jazzberry Jam #A5256D

Tints of Jazzberry Jam #A5256D

Color information

#A5256D (or 0xA5256D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 25 and 6D. RGB value is (165,37,109). Sum of RGB (Red+Green+Blue) = 165+37+109=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5256D is #5ADA92. Grayscale: #535353. Windows color (decimal): -5954195 or 7153061. OLE color: 7153061.

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

Color convert

RGB16537109-
CMYK00.780.340.35
HSL326.25º63.37%39.61%-
HSV(B)326.25º77.58%64.71%-
XYZ18.9410.4315.48-
YUV83.48142.41186.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=53.05%
G=11.90%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653710900.780.340.35326.2563.3739.61
HexA5256D04E22231463f28
Octal24545155011642435067750
Binary10100101100101110110101001110100010100011101000110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5256D; }

 p { color: rgb(165,37,109); }

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

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

 a { background-color: rgb(165,37,109); }

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

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

 span { border-color: rgb(165,37,109); }

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