#A51267

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

Shades of Jazzberry Jam #A51267

Tints of Jazzberry Jam #A51267

Color information

#A51267 (or 0xA51267) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 12 and 67. RGB value is (165,18,103). Sum of RGB (Red+Green+Blue) = 165+18+103=286 (37% of max value = 765). Red value is 165 (64.84% from 255 or 57.69% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 165 - color contains mainly: red. Hex color #A51267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51267 is #5AED98. Grayscale: #474747. Windows color (decimal): -5959065 or 6754981. OLE color: 6754981.

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

Color convert

RGB16518103-
CMYK00.890.380.35
HSL325.31º80.33%35.88%-
HSV(B)325.31º89.09%64.71%-
XYZ18.189.4113.69-
YUV71.64145.7194.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 57.69%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 103 (40.62% from 255) = 36.01%
R=57.69%
G=6.29%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651810300.890.380.35325.3180.3335.88
HexA5126705926231455024
Octal245221470131464350512044
Binary10100101100101100111010110011001101000111010001011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51267; }

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

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

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

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

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

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

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

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