#A51254

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

Shades of Jazzberry Jam #A51254

Tints of Jazzberry Jam #A51254

Color information

#A51254 (or 0xA51254) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 54. RGB value is (165,18,84). Sum of RGB (Red+Green+Blue) = 165+18+84=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A51254 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51254 is #5AEDAB. Grayscale: #454545. Windows color (decimal): -5959084 or 5509797. OLE color: 5509797.

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

Color convert

RGB1651884-
CMYK00.890.490.35
HSL333.06º80.33%35.88%-
HSV(B)333.06º89.09%64.71%-
XYZ17.339.079.23-
YUV69.48136.2196.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.80%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=61.80%
G=6.74%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165188400.890.490.35333.0680.3335.88
HexA51254059312314d5024
Octal245221240131614351512044
Binary10100101100101010100010110011100011000111010011011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51254; }

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

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

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

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

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

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

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

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