#A02383

Color #A02383 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #A02383

Tints of Dark Purple #A02383

Color information

#A02383 (or 0xA02383) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 83. RGB value is (160,35,131). Sum of RGB (Red+Green+Blue) = 160+35+131=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 35 (14.06% from 255 or 10.74% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A02383 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A02383 is #5FDC7C. Grayscale: #535353. Windows color (decimal): -6282365 or 8594336. OLE color: 8594336.

HSL color Cylindrical-coordinate representation of color #A02383: hue angle of 313.92º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A02383 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16035131-
CMYK00.780.180.37
HSL313.92º64.1%38.24%-
HSV(B)313.92º78.12%62.75%-
XYZ19.1910.3122.45-
YUV83.32154.91182.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 35 (14.06% from 255) = 10.74%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=49.08%
G=10.74%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603513100.780.180.37313.9264.138.24
HexA0238304E122513a4026
Octal240432030116224547210046
Binary101000001000111000001101001110100101001011001110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02383; }

 p { color: rgb(160,35,131); }

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

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

 a { background-color: rgb(160,35,131); }

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

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

 span { border-color: rgb(160,35,131); }

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