#A007DF

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

Shades of Dark Violet #A007DF

Tints of Dark Violet #A007DF

Color information

#A007DF (or 0xA007DF) is unknown color: approx Dark Violet. HEX triplet: A0, 07 and DF. RGB value is (160,7,223). Sum of RGB (Red+Green+Blue) = 160+7+223=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 7 (3.12% from 255 or 1.79% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #A007DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A007DF is #5FF820. Grayscale: #4C4C4C. Windows color (decimal): -6289441 or 14616480. OLE color: 14616480.

HSL color Cylindrical-coordinate representation of color #A007DF: hue angle of 282.5º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A007DF is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1607223-
CMYK0.280.9700.13
HSL282.5º93.91%45.1%-
HSV(B)282.5º96.86%87.45%-
XYZ27.8912.9570.84-
YUV77.37210.19186.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 7 (3.12% from 255) = 1.79%
BLUE value IS 223 (87.5% from 255) = 57.18%
R=41.03%
G=1.79%
B=57.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal16072230.280.9700.13282.593.9145.1
HexA07DF1C610D11a5e2d
Octal24073373414101543213655
Binary1010000011111011111111001100001011011000110101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A007DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A007DF; }

 p { color: rgb(160,7,223); }

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

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

 a { background-color: rgb(160,7,223); }

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

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

 span { border-color: rgb(160,7,223); }

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