#A31652

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

Shades of Jazzberry Jam #A31652

Tints of Jazzberry Jam #A31652

Color information

#A31652 (or 0xA31652) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 16 and 52. RGB value is (163,22,82). Sum of RGB (Red+Green+Blue) = 163+22+82=267 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.05% from 267); Green value is 22 (8.98% from 255 or 8.24% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 163 - color contains mainly: red. Hex color #A31652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31652 is #5CE9AD. Grayscale: #464646. Windows color (decimal): -6089134 or 5379747. OLE color: 5379747.

HSL color Cylindrical-coordinate representation of color #A31652: hue angle of 334.47º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31652 is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB1632282-
CMYK00.870.500.36
HSL334.47º76.22%36.27%-
HSV(B)334.47º86.5%63.92%-
XYZ16.918.978.82-
YUV71134.21193.62-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.05%
GREEN value IS 22 (8.98% from 255) = 8.24%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=61.05%
G=8.24%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163228200.870.500.36334.4776.2236.27
HexA31652057322414e4c24
Octal243261220127624451611444
Binary10100011101101010010010101111100101001001010011101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31652; }

 p { color: rgb(163,22,82); }

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

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

 a { background-color: rgb(163,22,82); }

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

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

 span { border-color: rgb(163,22,82); }

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