Html Css Color HEX #A711DE Dark Violet

📋 copy color: '#A711DE'

red 167 ◦ green 17 ◦ blue 222

#A711DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #A711DE

Tints of Dark Violet #A711DE

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

 GREEN value IS 17 (7.03% from 255) = 4.19%

 BLUE value IS 222 (87.11% from 255) = 54.68%

R = 41.13%
G = 4.19%
B = 54.68%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A711DE (or 0xA711DE) is known color: Dark Violet. HEX triplet: A7, 11 and DE. RGB value is (167,17,222). Sum of RGB (Red+Green+Blue) = 167+17+222=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 17 (7.03% from 255 or 4.19% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #A711DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A711DE is #58EE21. Grayscale: #545454. Windows color (decimal): -5828130 or 14553511. OLE color: 14553511.

HSL color Cylindrical-coordinate representation of color #A711DE: hue angle of 283.9º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A711DE is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 17 222 -
CMYK 0.25 0.92 0 0.13
HSL 283.9º 0.86% 0.47% -
HSV(B) 283.9º 0.92% 0.87% -
XYZ 29.32 13.89 70.24 -
YUV 85.22 205.2 186.33 -
System Red Green Blue C M Y K H S L
Decimal 167 17 222 0.25 0.92 0 0.13 283.9 0.86 0.47
Hex A7 11 DE 19 5C 0 D 11C 56 2F
Octal 247 21 336 31 134 0 15 434 126 57
Binary 10100111 10001 11011110 11001 1011100 0 1101 100011100 1010110 101111

Color Harmonies of #A711DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A711DE

Black with #A711DE

Text Example


Text Example

White with #A711DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A711DE; }

 p { color: rgb(167,17,222); }

 H1.HeaderClassName
 {
   color: #A711DE;
 }
 .AnyTagClassName
 {
   color: #A711DE;
 }
</style>

background-color css

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

 a { background-color: rgb(167,17,222); }

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

border-color css

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

 span { border-color: rgb(167,17,222); }

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