#A30ACF

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

Shades of Dark Violet #A30ACF

Tints of Dark Violet #A30ACF

Color information

#A30ACF (or 0xA30ACF) is unknown color: approx Dark Violet. HEX triplet: A3, 0A and CF. RGB value is (163,10,207). Sum of RGB (Red+Green+Blue) = 163+10+207=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 10 (4.30% from 255 or 2.63% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #A30ACF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A30ACF is #5CF530. Grayscale: #4D4D4D. Windows color (decimal): -6092081 or 13568675. OLE color: 13568675.

HSL color Cylindrical-coordinate representation of color #A30ACF: hue angle of 286.6º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A30ACF is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16310207-
CMYK0.210.9500.19
HSL286.6º90.78%42.55%-
HSV(B)286.6º95.17%81.18%-
XYZ26.4812.5160.05-
YUV78.2200.69188.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.89%
GREEN value IS 10 (4.30% from 255) = 2.63%
BLUE value IS 207 (81.25% from 255) = 54.47%
R=42.89%
G=2.63%
B=54.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163102070.210.9500.19286.690.7842.55
HexA3ACF155F01311f5b2b
Octal243123172513702343713353
Binary101000111010110011111010110111110100111000111111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30ACF; }

 p { color: rgb(163,10,207); }

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

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

 a { background-color: rgb(163,10,207); }

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

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

 span { border-color: rgb(163,10,207); }

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