#A807D7

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

Shades of Dark Violet #A807D7

Tints of Dark Violet #A807D7

Color information

#A807D7 (or 0xA807D7) is unknown color: approx Dark Violet. HEX triplet: A8, 07 and D7. RGB value is (168,7,215). Sum of RGB (Red+Green+Blue) = 168+7+215=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 7 (3.12% from 255 or 1.79% 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 #A807D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A807D7 is #57F828. Grayscale: #4E4E4E. Windows color (decimal): -5765161 or 14092200. OLE color: 14092200.

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

Color convert

RGB1687215-
CMYK0.220.9700.16
HSL286.44º93.69%43.53%-
HSV(B)286.44º96.74%84.31%-
XYZ28.4913.3865.37-
YUV78.85204.84191.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.08%
GREEN value IS 7 (3.12% from 255) = 1.79%
BLUE value IS 215 (84.38% from 255) = 55.13%
R=43.08%
G=1.79%
B=55.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal16872150.220.9700.16286.4493.6943.53
HexA87D7166101011e5e2c
Octal25073272614102043613654
Binary10101000111110101111011011000010100001000111101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A807D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A807D7; }

 p { color: rgb(168,7,215); }

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

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

 a { background-color: rgb(168,7,215); }

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

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

 span { border-color: rgb(168,7,215); }

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