Html Css Color HEX #A718DD Dark Violet

📋 copy color: '#A718DD'

red 167 ◦ green 24 ◦ blue 221

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

Shades of Dark Violet #A718DD

Tints of Dark Violet #A718DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 40.53%
G = 5.83%
B = 53.64%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A718DD (or 0xA718DD) is known color: Dark Violet. HEX triplet: A7, 18 and DD. RGB value is (167,24,221). Sum of RGB (Red+Green+Blue) = 167+24+221=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 24 (9.77% from 255 or 5.83% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #A718DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A718DD is #58E722. Grayscale: #585858. Windows color (decimal): -5826339 or 14489767. OLE color: 14489767.

HSL color Cylindrical-coordinate representation of color #A718DD: hue angle of 283.55º 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 #A718DD is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 167 24 221 -
CMYK 0.24 0.89 0 0.13
HSL 283.55º 0.8% 0.48% -
HSV(B) 283.55º 0.89% 0.87% -
XYZ 29.31 14.09 69.58 -
YUV 89.22 202.38 183.48 -
System Red Green Blue C M Y K H S L
Decimal 167 24 221 0.24 0.89 0 0.13 283.55 0.8 0.48
Hex A7 18 DD 18 59 0 D 11C 50 30
Octal 247 30 335 30 131 0 15 434 120 60
Binary 10100111 11000 11011101 11000 1011001 0 1101 100011100 1010000 110000

Color Harmonies of #A718DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A718DD

Black with #A718DD

Text Example


Text Example

White with #A718DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A718DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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