#A81752

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

Shades of Jazzberry Jam #A81752

Tints of Jazzberry Jam #A81752

Color information

#A81752 (or 0xA81752) is unknown color: approx Jazzberry Jam. HEX triplet: A8, 17 and 52. RGB value is (168,23,82). Sum of RGB (Red+Green+Blue) = 168+23+82=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A81752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A81752 is #57E8AD. Grayscale: #484848. Windows color (decimal): -5761198 or 5380008. OLE color: 5380008.

HSL color Cylindrical-coordinate representation of color #A81752: hue angle of 335.59º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81752 is Cyan = 0, Magento = 0.86, Yellow = 0.51 and Black (K on CMYK) = 0.34.

Color convert

RGB1682382-
CMYK00.860.510.34
HSL335.59º75.92%37.45%-
HSV(B)335.59º86.31%65.88%-
XYZ17.989.558.88-
YUV73.08133.04195.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.54%
GREEN value IS 23 (9.38% from 255) = 8.42%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=61.54%
G=8.42%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.51
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168238200.860.510.34335.5975.9237.45
HexA8175205633221504c25
Octal250271220126634252011445
Binary10101000101111010010010101101100111000101010100001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A81752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A81752; }

 p { color: rgb(168,23,82); }

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

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

 a { background-color: rgb(168,23,82); }

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

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

 span { border-color: rgb(168,23,82); }

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