#A30ED7

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

Shades of Dark Violet #A30ED7

Tints of Dark Violet #A30ED7

Color information

#A30ED7 (or 0xA30ED7) is unknown color: approx Dark Violet. HEX triplet: A3, 0E and D7. RGB value is (163,14,215). Sum of RGB (Red+Green+Blue) = 163+14+215=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 215 (84.38% from 255 or 54.85% from 392); Max value from RGB is 215 - color contains mainly: blue. Hex color #A30ED7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ED7 is #5CF128. Grayscale: #505050. Windows color (decimal): -6091049 or 14093987. OLE color: 14093987.

HSL color Cylindrical-coordinate representation of color #A30ED7: hue angle of 284.48º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A30ED7 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB16314215-
CMYK0.240.9300.16
HSL284.48º87.77%44.9%-
HSV(B)284.48º93.49%84.31%-
XYZ27.5313.0165.35-
YUV81.46203.36186.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 14 (5.86% from 255) = 3.57%
BLUE value IS 215 (84.38% from 255) = 54.85%
R=41.58%
G=3.57%
B=54.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163142150.240.9300.16284.4887.7744.9
HexA3ED7185D01011c582d
Octal243163273013502043413055
Binary101000111110110101111100010111010100001000111001011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30ED7; }

 p { color: rgb(163,14,215); }

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

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

 a { background-color: rgb(163,14,215); }

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

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

 span { border-color: rgb(163,14,215); }

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