#A51B6D

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

Shades of Jazzberry Jam #A51B6D

Tints of Jazzberry Jam #A51B6D

Color information

#A51B6D (or 0xA51B6D) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 1B and 6D. RGB value is (165,27,109). Sum of RGB (Red+Green+Blue) = 165+27+109=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 109 (42.97% from 255 or 36.21% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A51B6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51B6D is #5AE492. Grayscale: #4D4D4D. Windows color (decimal): -5956755 or 7150501. OLE color: 7150501.

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

Color convert

RGB16527109-
CMYK00.840.340.35
HSL324.35º71.88%37.65%-
HSV(B)324.35º83.64%64.71%-
XYZ18.679.8915.39-
YUV77.61145.72190.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 27 (10.94% from 255) = 8.97%
BLUE value IS 109 (42.97% from 255) = 36.21%
R=54.82%
G=8.97%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652710900.840.340.35324.3571.8837.65
HexA51B6D05422231444826
Octal245331550124424350411046
Binary10100101110111101101010101001000101000111010001001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51B6D; }

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

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

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

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

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

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

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

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