#a00ce4

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

Shades of Dark Violet #A00CE4

Tints of Dark Violet #A00CE4

Color information

#A00CE4 (or 0xA00CE4) is unknown color: approx Dark Violet. HEX triplet: A0, 0C and E4. RGB value is (160,12,228). Sum of RGB (Red+Green+Blue) = 160+12+228=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 12 (5.08% from 255 or 3% from 400); Blue value is 228 (89.45% from 255 or 57% from 400); Max value from RGB is 228 - color contains mainly: blue. Hex color #A00CE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A00CE4 is #5FF31B. Grayscale: #505050. Windows color (decimal): -6288156 or 14945440. OLE color: 14945440.

HSL color Cylindrical-coordinate representation of color #A00CE4: hue angle of 281.11º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A00CE4 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16012228-
CMYK0.300.9500.11
HSL281.11º90%47.06%-
HSV(B)281.11º94.74%89.41%-
XYZ28.6313.3474.46-
YUV80.88211.03184.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40%
GREEN value IS 12 (5.08% from 255) = 3%
BLUE value IS 228 (89.45% from 255) = 57%
R=40%
G=3%
B=57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal160122280.300.9500.11281.119047.06
HexA0CE41E5F0B1195a2f
Octal240143443613701343113257
Binary10100000110011100100111101011111010111000110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a00ce4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a00ce4; }

 p { color: rgb(160,12,228); }

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

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

 a { background-color: rgb(160,12,228); }

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

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

 span { border-color: rgb(160,12,228); }

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

cancel