#A0237F

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

Shades of Dark Purple #A0237F

Tints of Dark Purple #A0237F

Color information

#A0237F (or 0xA0237F) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 7F. RGB value is (160,35,127). Sum of RGB (Red+Green+Blue) = 160+35+127=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A0237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0237F is #5FDC80. Grayscale: #525252. Windows color (decimal): -6282369 or 8332192. OLE color: 8332192.

HSL color Cylindrical-coordinate representation of color #A0237F: hue angle of 315.84º 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 #A0237F is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16035127-
CMYK00.780.210.37
HSL315.84º64.1%38.24%-
HSV(B)315.84º78.12%62.75%-
XYZ18.9310.2121.05-
YUV82.86152.91183.02-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.69%
GREEN value IS 35 (14.06% from 255) = 10.87%
BLUE value IS 127 (50% from 255) = 39.44%
R=49.69%
G=10.87%
B=39.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603512700.780.210.37315.8464.138.24
HexA0237F04E152513c4026
Octal240431770116254547410046
Binary10100000100011111111101001110101011001011001111001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0237F; }

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

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

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

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

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

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

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

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