Html Css Color HEX #AD0DE9 Electric Purple

📋 copy color: '#AD0DE9'

red 173 ◦ green 13 ◦ blue 233

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

Shades of Electric Purple #AD0DE9

Tints of Electric Purple #AD0DE9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.1%

 BLUE value IS 233 (91.41% from 255) = 55.61%

R = 41.29%
G = 3.1%
B = 55.61%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD0DE9 (or 0xAD0DE9) is known color: Electric Purple. HEX triplet: AD, 0D and E9. RGB value is (173,13,233). Sum of RGB (Red+Green+Blue) = 173+13+233=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 13 (5.47% from 255 or 3.10% from 419); Blue value is 233 (91.41% from 255 or 55.61% from 419); Max value from RGB is 233 - color contains mainly: blue. Hex color #AD0DE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0DE9 is #52F216. Grayscale: #555555. Windows color (decimal): -5435927 or 15273389. OLE color: 15273389.

HSL color Cylindrical-coordinate representation of color #AD0DE9: hue angle of 283.64º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD0DE9 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 13 233 -
CMYK 0.26 0.94 0 0.09
HSL 283.64º 0.89% 0.48% -
HSV(B) 283.64º 0.94% 0.91% -
XYZ 32.09 15.06 78.31 -
YUV 85.92 211.01 190.11 -
System Red Green Blue C M Y K H S L
Decimal 173 13 233 0.26 0.94 0 0.09 283.64 0.89 0.48
Hex AD D E9 1A 5E 0 9 11C 59 30
Octal 255 15 351 32 136 0 11 434 131 60
Binary 10101101 1101 11101001 11010 1011110 0 1001 100011100 1011001 110000

Color Harmonies of #AD0DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0DE9

Black with #AD0DE9

Text Example


Text Example

White with #AD0DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0DE9; }

 p { color: rgb(173,13,233); }

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

background-color css

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

 a { background-color: rgb(173,13,233); }

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

border-color css

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

 span { border-color: rgb(173,13,233); }

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