#A0237E

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

Shades of Dark Purple #A0237E

Tints of Dark Purple #A0237E

Color information

#A0237E (or 0xA0237E) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 7E. RGB value is (160,35,126). Sum of RGB (Red+Green+Blue) = 160+35+126=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A0237E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0237E is #5FDC81. Grayscale: #525252. Windows color (decimal): -6282370 or 8266656. OLE color: 8266656.

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

Color convert

RGB16035126-
CMYK00.780.210.37
HSL316.32º64.1%38.24%-
HSV(B)316.32º78.12%62.75%-
XYZ18.8610.1820.71-
YUV82.75152.41183.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=49.84%
G=10.90%
B=39.25%

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
Decimal1603512600.780.210.37316.3264.138.24
HexA0237E04E152513c4026
Octal240431760116254547410046
Binary10100000100011111111001001110101011001011001111001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0237E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0237E; }

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

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

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

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

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

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

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

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