Html Css Color HEX #AD11FA Electric Purple

📋 copy color: '#AD11FA'

red 173 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #AD11FA

Tints of Electric Purple #AD11FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.82%

R = 39.32%
G = 3.86%
B = 56.82%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD11FA (or 0xAD11FA) is known color: Electric Purple. HEX triplet: AD, 11 and FA. RGB value is (173,17,250). Sum of RGB (Red+Green+Blue) = 173+17+250=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD11FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD11FA is #52EE05. Grayscale: #595959. Windows color (decimal): -5434886 or 16388525. OLE color: 16388525.

HSL color Cylindrical-coordinate representation of color #AD11FA: hue angle of 280.17º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD11FA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 17 250 -
CMYK 0.31 0.93 0 0.02
HSL 280.17º 0.96% 0.52% -
HSV(B) 280.17º 0.93% 0.98% -
XYZ 34.69 16.19 91.74 -
YUV 90.21 218.18 187.05 -
System Red Green Blue C M Y K H S L
Decimal 173 17 250 0.31 0.93 0 0.02 280.17 0.96 0.52
Hex AD 11 FA 1F 5D 0 2 118 60 34
Octal 255 21 372 37 135 0 2 430 140 64
Binary 10101101 10001 11111010 11111 1011101 0 10 100011000 1100000 110100

Color Harmonies of #AD11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11FA

Black with #AD11FA

Text Example


Text Example

White with #AD11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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