#A30CD7

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

Shades of Dark Violet #A30CD7

Tints of Dark Violet #A30CD7

Color information

#A30CD7 (or 0xA30CD7) is unknown color: approx Dark Violet. HEX triplet: A3, 0C and D7. RGB value is (163,12,215). Sum of RGB (Red+Green+Blue) = 163+12+215=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 12 (5.08% from 255 or 3.08% from 390); Blue value is 215 (84.38% from 255 or 55.13% from 390); Max value from RGB is 215 - color contains mainly: blue. Hex color #A30CD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30CD7 is #5CF328. Grayscale: #4F4F4F. Windows color (decimal): -6091561 or 14093475. OLE color: 14093475.

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

Color convert

RGB16312215-
CMYK0.240.9400.16
HSL284.63º89.43%44.51%-
HSV(B)284.63º94.42%84.31%-
XYZ27.512.9665.34-
YUV80.29204.03186.99-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 12 (5.08% from 255) = 3.08%
BLUE value IS 215 (84.38% from 255) = 55.13%
R=41.79%
G=3.08%
B=55.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163122150.240.9400.16284.6389.4344.51
HexA3CD7185E01011d592d
Octal243143273013602043513155
Binary101000111100110101111100010111100100001000111011011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30CD7; }

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

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

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

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

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

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

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

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