Html Css Color HEX #AD0EE1 Dark Violet

📋 copy color: '#AD0EE1'

red 173 ◦ green 14 ◦ blue 225

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

Shades of Dark Violet #AD0EE1

Tints of Dark Violet #AD0EE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 54.61%

R = 41.99%
G = 3.4%
B = 54.61%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD0EE1 (or 0xAD0EE1) is known color: Dark Violet. HEX triplet: AD, 0E and E1. RGB value is (173,14,225). Sum of RGB (Red+Green+Blue) = 173+14+225=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 14 (5.86% from 255 or 3.40% from 412); Blue value is 225 (88.28% from 255 or 54.61% from 412); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD0EE1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0EE1 is #52F11E. Grayscale: #545454. Windows color (decimal): -5435679 or 14749357. OLE color: 14749357.

HSL color Cylindrical-coordinate representation of color #AD0EE1: hue angle of 285.21º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0EE1 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 14 225 -
CMYK 0.23 0.94 0 0.12
HSL 285.21º 0.88% 0.47% -
HSV(B) 285.21º 0.94% 0.88% -
XYZ 30.98 14.63 72.43 -
YUV 85.6 206.68 190.34 -
System Red Green Blue C M Y K H S L
Decimal 173 14 225 0.23 0.94 0 0.12 285.21 0.88 0.47
Hex AD E E1 17 5E 0 C 11D 58 2F
Octal 255 16 341 27 136 0 14 435 130 57
Binary 10101101 1110 11100001 10111 1011110 0 1100 100011101 1011000 101111

Color Harmonies of #AD0EE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EE1

Black with #AD0EE1

Text Example


Text Example

White with #AD0EE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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