#a51658

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

Shades of Jazzberry Jam #A51658

Tints of Jazzberry Jam #A51658

Color information

#A51658 (or 0xA51658) is unknown color: approx Jazzberry Jam. HEX triplet: A5, 16 and 58. RGB value is (165,22,88). Sum of RGB (Red+Green+Blue) = 165+22+88=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A51658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51658 is #5AE9A7. Grayscale: #484848. Windows color (decimal): -5958056 or 5772965. OLE color: 5772965.

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

Color convert

RGB1652288-
CMYK00.870.470.35
HSL332.31º76.47%36.67%-
HSV(B)332.31º86.67%64.71%-
XYZ17.579.2810.1-
YUV72.28136.88194.13-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 88 (34.77% from 255) = 32%
R=60%
G=8%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.47
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165228800.870.470.35332.3176.4736.67
HexA516580572F2314c4c25
Octal245261300127574351411445
Binary10100101101101011000010101111011111000111010011001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a51658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a51658; }

 p { color: rgb(165,22,88); }

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

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

 a { background-color: rgb(165,22,88); }

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

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

 span { border-color: rgb(165,22,88); }

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