Html Css Color HEX #AD11ED Electric Purple

📋 copy color: '#AD11ED'

red 173 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #AD11ED

Tints of Electric Purple #AD11ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.98%

 BLUE value IS 237 (92.97% from 255) = 55.5%

R = 40.52%
G = 3.98%
B = 55.5%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD11ED (or 0xAD11ED) is known color: Electric Purple. HEX triplet: AD, 11 and ED. RGB value is (173,17,237). Sum of RGB (Red+Green+Blue) = 173+17+237=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 17 (7.03% from 255 or 3.98% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD11ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD11ED is #52EE12. Grayscale: #585858. Windows color (decimal): -5434899 or 15536557. OLE color: 15536557.

HSL color Cylindrical-coordinate representation of color #AD11ED: hue angle of 282.55º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD11ED is Cyan = 0.27, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 17 237 -
CMYK 0.27 0.93 0 0.07
HSL 282.55º 0.87% 0.5% -
HSV(B) 282.55º 0.93% 0.93% -
XYZ 32.72 15.4 81.37 -
YUV 88.72 211.68 188.11 -
System Red Green Blue C M Y K H S L
Decimal 173 17 237 0.27 0.93 0 0.07 282.55 0.87 0.5
Hex AD 11 ED 1B 5D 0 7 11B 57 32
Octal 255 21 355 33 135 0 7 433 127 62
Binary 10101101 10001 11101101 11011 1011101 0 111 100011011 1010111 110010

Color Harmonies of #AD11ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11ED

Black with #AD11ED

Text Example


Text Example

White with #AD11ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11ED; }

 p { color: rgb(173,17,237); }

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

background-color css

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

 a { background-color: rgb(173,17,237); }

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

border-color css

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

 span { border-color: rgb(173,17,237); }

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