Html Css Color HEX #AD0EDC Dark Violet

📋 copy color: '#AD0EDC'

red 173 ◦ green 14 ◦ blue 220

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

Shades of Dark Violet #AD0EDC

Tints of Dark Violet #AD0EDC

RGB

 RED value IS 173 (67.97% from 255) = 42.51%

 GREEN value IS 14 (5.86% from 255) = 3.44%

 BLUE value IS 220 (86.33% from 255) = 54.05%

R = 42.51%
G = 3.44%
B = 54.05%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD0EDC (or 0xAD0EDC) is known color: Dark Violet. HEX triplet: AD, 0E and DC. RGB value is (173,14,220). Sum of RGB (Red+Green+Blue) = 173+14+220=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 14 (5.86% from 255 or 3.44% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD0EDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EDC is #52F123. Grayscale: #545454. Windows color (decimal): -5435684 or 14421677. OLE color: 14421677.

HSL color Cylindrical-coordinate representation of color #AD0EDC: hue angle of 286.31º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EDC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 14 220 -
CMYK 0.21 0.94 0 0.14
HSL 286.31º 0.88% 0.46% -
HSV(B) 286.31º 0.94% 0.86% -
XYZ 30.31 14.37 68.89 -
YUV 85.03 204.18 190.75 -
System Red Green Blue C M Y K H S L
Decimal 173 14 220 0.21 0.94 0 0.14 286.31 0.88 0.46
Hex AD E DC 15 5E 0 E 11E 58 2E
Octal 255 16 334 25 136 0 16 436 130 56
Binary 10101101 1110 11011100 10101 1011110 0 1110 100011110 1011000 101110

Color Harmonies of #AD0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EDC

Black with #AD0EDC

Text Example


Text Example

White with #AD0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EDC; }

 p { color: rgb(173,14,220); }

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

background-color css

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

 a { background-color: rgb(173,14,220); }

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

border-color css

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

 span { border-color: rgb(173,14,220); }

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