#A0238C

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

Shades of Dark Purple #A0238C

Tints of Dark Purple #A0238C

Color information

#A0238C (or 0xA0238C) is unknown color: approx Dark Purple. HEX triplet: A0, 23 and 8C. RGB value is (160,35,140). Sum of RGB (Red+Green+Blue) = 160+35+140=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A0238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0238C is #5FDC73. Grayscale: #545454. Windows color (decimal): -6282356 or 9184160. OLE color: 9184160.

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

Color convert

RGB16035140-
CMYK00.780.120.37
HSL309.6º64.1%38.24%-
HSV(B)309.6º78.12%62.75%-
XYZ19.8310.5725.81-
YUV84.34159.41181.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.76%
GREEN value IS 35 (14.06% from 255) = 10.45%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=47.76%
G=10.45%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1603514000.780.120.37309.664.138.24
HexA0238C04EC251364026
Octal240432140116144546610046
Binary10100000100011100011000100111011001001011001101101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0238C; }

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

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

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

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

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

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

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

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