#A5125B

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

Shades of Jazzberry Jam #A5125B

Tints of Jazzberry Jam #A5125B

Color information

#A5125B (or 0xA5125B) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 5B. RGB value is (165,18,91). Sum of RGB (Red+Green+Blue) = 165+18+91=274 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.22% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 165 - color contains mainly: red. Hex color #A5125B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5125B is #5AEDA4. Grayscale: #464646. Windows color (decimal): -5959077 or 5968549. OLE color: 5968549.

HSL color Cylindrical-coordinate representation of color #A5125B: hue angle of 330.2º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A5125B is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB1651891-
CMYK00.890.450.35
HSL330.2º80.33%35.88%-
HSV(B)330.2º89.09%64.71%-
XYZ17.629.1910.74-
YUV70.27139.7195.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.22%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 91 (35.94% from 255) = 33.21%
R=60.22%
G=6.57%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165189100.890.450.35330.280.3335.88
HexA5125B0592D2314a5024
Octal245221330131554351212044
Binary10100101100101011011010110011011011000111010010101010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5125B; }

 p { color: rgb(165,18,91); }

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

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

 a { background-color: rgb(165,18,91); }

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

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

 span { border-color: rgb(165,18,91); }

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