#A2185D

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

Shades of Jazzberry Jam #A2185D

Tints of Jazzberry Jam #A2185D

Color information

#A2185D (or 0xA2185D) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 18 and 5D. RGB value is (162,24,93). Sum of RGB (Red+Green+Blue) = 162+24+93=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A2185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A2185D is #5DE7A2. Grayscale: #484848. Windows color (decimal): -6154147 or 6101154. OLE color: 6101154.

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

Color convert

RGB1622493-
CMYK00.850.430.36
HSL330º74.19%36.47%-
HSV(B)330º85.19%63.53%-
XYZ17.29.1211.21-
YUV73.13139.22191.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 58.06%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 93 (36.72% from 255) = 33.33%
R=58.06%
G=8.60%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162249300.850.430.3633074.1936.47
HexA2185D0552B2414a4a24
Octal242301350125534451211244
Binary10100010110001011101010101011010111001001010010101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2185D; }

 p { color: rgb(162,24,93); }

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

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

 a { background-color: rgb(162,24,93); }

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

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

 span { border-color: rgb(162,24,93); }

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