Html Css Color HEX #AD11FF Electric Purple

📋 copy color: '#AD11FF'

red 173 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #AD11FF

Tints of Electric Purple #AD11FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 57.3%

R = 38.88%
G = 3.82%
B = 57.3%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD11FF (or 0xAD11FF) is known color: Electric Purple. HEX triplet: AD, 11 and FF. RGB value is (173,17,255). Sum of RGB (Red+Green+Blue) = 173+17+255=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 17 (7.03% from 255 or 3.82% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD11FF is #52EE00. Grayscale: #595959. Windows color (decimal): -5434881 or 16716205. OLE color: 16716205.

HSL color Cylindrical-coordinate representation of color #AD11FF: hue angle of 279.33º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD11FF is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 17 255 -
CMYK 0.32 0.93 0 0
HSL 279.33º 1% 0.53% -
HSV(B) 279.33º 0.93% 1% -
XYZ 35.48 16.51 95.92 -
YUV 90.78 220.68 186.65 -
System Red Green Blue C M Y K H S L
Decimal 173 17 255 0.32 0.93 0 0 279.33 1 0.53
Hex AD 11 FF 20 5D 0 0 117 64 35
Octal 255 21 377 40 135 0 0 427 144 65
Binary 10101101 10001 11111111 100000 1011101 0 0 100010111 1100100 110101

Color Harmonies of #AD11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11FF

Black with #AD11FF

Text Example


Text Example

White with #AD11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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