#A700D3

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

Shades of Dark Violet #A700D3

Tints of Dark Violet #A700D3

Color information

#A700D3 (or 0xA700D3) is unknown color: approx Dark Violet. HEX triplet: A7, 00 and D3. RGB value is (167,0,211). Sum of RGB (Red+Green+Blue) = 167+0+211=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 0 (0.39% from 255 or 0% from 378); Blue value is 211 (82.81% from 255 or 55.82% from 378); Max value from RGB is 211 - color contains mainly: blue. Hex color #A700D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A700D3 is #58FF2C. Grayscale: #494949. Windows color (decimal): -5832493 or 13828263. OLE color: 13828263.

HSL color Cylindrical-coordinate representation of color #A700D3: hue angle of 287.49º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A700D3 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1670211-
CMYK0.21100.17
HSL287.49º100%41.37%-
HSV(B)287.49º100%82.75%-
XYZ27.6912.9262.66-
YUV73.99205.33194.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 211 (82.81% from 255) = 55.82%
R=44.18%
G=0%
B=55.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal16702110.21100.17287.4910041.37
HexA70D3156401111f6429
Octal24703232514402143714451
Binary101001110110100111010111001000100011000111111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A700D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A700D3; }

 p { color: rgb(167,0,211); }

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

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

 a { background-color: rgb(167,0,211); }

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

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

 span { border-color: rgb(167,0,211); }

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