#A51E6A

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

Shades of Jazzberry Jam #A51E6A

Tints of Jazzberry Jam #A51E6A

Color information

#A51E6A (or 0xA51E6A) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1E and 6A. RGB value is (165,30,106). Sum of RGB (Red+Green+Blue) = 165+30+106=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E6A is #5AE195. Grayscale: #4E4E4E. Windows color (decimal): -5955990 or 6954661. OLE color: 6954661.

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

Color convert

RGB16530106-
CMYK00.820.360.35
HSL326.22º69.23%38.24%-
HSV(B)326.22º81.82%64.71%-
XYZ18.589.9714.58-
YUV79.03143.23189.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 30 (12.11% from 255) = 9.97%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=54.82%
G=9.97%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653010600.820.360.35326.2269.2338.24
HexA51E6A05224231464526
Octal245361520122444350610546
Binary10100101111101101010010100101001001000111010001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E6A; }

 p { color: rgb(165,30,106); }

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

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

 a { background-color: rgb(165,30,106); }

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

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

 span { border-color: rgb(165,30,106); }

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