Html Css Color HEX #AD20FD Electric Purple

📋 copy color: '#AD20FD'

red 173 ◦ green 32 ◦ blue 253

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

Shades of Electric Purple #AD20FD

Tints of Electric Purple #AD20FD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.99%

 BLUE value IS 253 (99.22% from 255) = 55.24%

R = 37.77%
G = 6.99%
B = 55.24%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD20FD (or 0xAD20FD) is known color: Electric Purple. HEX triplet: AD, 20 and FD. RGB value is (173,32,253). Sum of RGB (Red+Green+Blue) = 173+32+253=458 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.77% from 458); Green value is 32 (12.89% from 255 or 6.99% from 458); Blue value is 253 (99.22% from 255 or 55.24% from 458); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD20FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20FD is #52DF02. Grayscale: #626262. Windows color (decimal): -5431043 or 16588973. OLE color: 16588973.

HSL color Cylindrical-coordinate representation of color #AD20FD: hue angle of 278.28º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD20FD is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 32 253 -
CMYK 0.32 0.87 0 0.01
HSL 278.28º 0.98% 0.56% -
HSV(B) 278.28º 0.87% 0.99% -
XYZ 35.48 17.01 94.34 -
YUV 99.35 214.71 180.53 -
System Red Green Blue C M Y K H S L
Decimal 173 32 253 0.32 0.87 0 0.01 278.28 0.98 0.56
Hex AD 20 FD 20 57 0 1 116 62 38
Octal 255 40 375 40 127 0 1 426 142 70
Binary 10101101 100000 11111101 100000 1010111 0 1 100010110 1100010 111000

Color Harmonies of #AD20FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20FD

Black with #AD20FD

Text Example


Text Example

White with #AD20FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20FD; }

 p { color: rgb(173,32,253); }

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

background-color css

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

 a { background-color: rgb(173,32,253); }

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

border-color css

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

 span { border-color: rgb(173,32,253); }

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