Html Css Color HEX #A716DE Dark Violet

📋 copy color: '#A716DE'

red 167 ◦ green 22 ◦ blue 222

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

Shades of Dark Violet #A716DE

Tints of Dark Violet #A716DE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.35%

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

R = 40.63%
G = 5.35%
B = 54.01%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A716DE (or 0xA716DE) is known color: Dark Violet. HEX triplet: A7, 16 and DE. RGB value is (167,22,222). Sum of RGB (Red+Green+Blue) = 167+22+222=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 22 (8.98% from 255 or 5.35% from 411); Blue value is 222 (87.11% from 255 or 54.01% from 411); Max value from RGB is 222 - color contains mainly: blue. Hex color #A716DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A716DE is #58E921. Grayscale: #575757. Windows color (decimal): -5826850 or 14554791. OLE color: 14554791.

HSL color Cylindrical-coordinate representation of color #A716DE: hue angle of 283.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A716DE is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 22 222 -
CMYK 0.25 0.90 0 0.13
HSL 283.5º 0.82% 0.48% -
HSV(B) 283.5º 0.9% 0.87% -
XYZ 29.41 14.06 70.27 -
YUV 88.16 203.54 184.24 -
System Red Green Blue C M Y K H S L
Decimal 167 22 222 0.25 0.90 0 0.13 283.5 0.82 0.48
Hex A7 16 DE 19 5A 0 D 11C 52 30
Octal 247 26 336 31 132 0 15 434 122 60
Binary 10100111 10110 11011110 11001 1011010 0 1101 100011100 1010010 110000

Color Harmonies of #A716DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A716DE

Black with #A716DE

Text Example


Text Example

White with #A716DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A716DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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