Html Css Color HEX #A718DE Dark Violet

📋 copy color: '#A718DE'

red 167 ◦ green 24 ◦ blue 222

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

Shades of Dark Violet #A718DE

Tints of Dark Violet #A718DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

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

R = 40.44%
G = 5.81%
B = 53.75%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A718DE (or 0xA718DE) is known color: Dark Violet. HEX triplet: A7, 18 and DE. RGB value is (167,24,222). Sum of RGB (Red+Green+Blue) = 167+24+222=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #A718DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718DE is #58E721. Grayscale: #585858. Windows color (decimal): -5826338 or 14555303. OLE color: 14555303.

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

Color convert

RGB 167 24 222 -
CMYK 0.25 0.89 0 0.13
HSL 283.33º 0.8% 0.48% -
HSV(B) 283.33º 0.89% 0.87% -
XYZ 29.45 14.14 70.28 -
YUV 89.33 202.88 183.4 -
System Red Green Blue C M Y K H S L
Decimal 167 24 222 0.25 0.89 0 0.13 283.33 0.8 0.48
Hex A7 18 DE 19 59 0 D 11B 50 30
Octal 247 30 336 31 131 0 15 433 120 60
Binary 10100111 11000 11011110 11001 1011001 0 1101 100011011 1010000 110000

Color Harmonies of #A718DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718DE

Black with #A718DE

Text Example


Text Example

White with #A718DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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