#A51867

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

Shades of Jazzberry Jam #A51867

Tints of Jazzberry Jam #A51867

Color information

#A51867 (or 0xA51867) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 18 and 67. RGB value is (165,24,103). Sum of RGB (Red+Green+Blue) = 165+24+103=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A51867 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51867 is #5AE798. Grayscale: #4A4A4A. Windows color (decimal): -5957529 or 6756517. OLE color: 6756517.

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

Color convert

RGB16524103-
CMYK00.850.380.35
HSL326.38º74.6%37.06%-
HSV(B)326.38º85.45%64.71%-
XYZ18.299.6313.73-
YUV75.17143.71192.08-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 56.51%
GREEN value IS 24 (9.77% from 255) = 8.22%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=56.51%
G=8.22%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652410300.850.380.35326.3874.637.06
HexA5186705526231464b25
Octal245301470125464350611345
Binary10100101110001100111010101011001101000111010001101001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51867; }

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

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

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

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

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

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

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

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