#A31861

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

Shades of Jazzberry Jam #A31861

Tints of Jazzberry Jam #A31861

Color information

#A31861 (or 0xA31861) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 18 and 61. RGB value is (163,24,97). Sum of RGB (Red+Green+Blue) = 163+24+97=284 (37% of max value = 765). Red value is 163 (64.06% from 255 or 57.39% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 163 - color contains mainly: red. Hex color #A31861 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31861 is #5CE79E. Grayscale: #494949. Windows color (decimal): -6088607 or 6363299. OLE color: 6363299.

HSL color Cylindrical-coordinate representation of color #A31861: hue angle of 328.49º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31861 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB1632497-
CMYK00.850.400.36
HSL328.49º74.33%36.67%-
HSV(B)328.49º85.28%63.92%-
XYZ17.599.312.18-
YUV73.88141.05191.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 57.39%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=57.39%
G=8.45%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163249700.850.400.36328.4974.3336.67
HexA3186105528241484a25
Octal243301410125504451011245
Binary10100011110001100001010101011010001001001010010001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31861; }

 p { color: rgb(163,24,97); }

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

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

 a { background-color: rgb(163,24,97); }

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

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

 span { border-color: rgb(163,24,97); }

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