Html Css Color HEX #AD20FF Electric Purple

📋 copy color: '#AD20FF'

red 173 ◦ green 32 ◦ blue 255

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

Shades of Electric Purple #AD20FF

Tints of Electric Purple #AD20FF

RGB

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

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

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

R = 37.61%
G = 6.96%
B = 55.43%

CMYK

 C value IS 0.32

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD20FF (or 0xAD20FF) is known color: Electric Purple. HEX triplet: AD, 20 and FF. RGB value is (173,32,255). Sum of RGB (Red+Green+Blue) = 173+32+255=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD20FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20FF is #52DF00. Grayscale: #626262. Windows color (decimal): -5431041 or 16720045. OLE color: 16720045.

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

Color convert

RGB 173 32 255 -
CMYK 0.32 0.87 0 0
HSL 277.94º 1% 0.56% -
HSV(B) 277.94º 0.87% 1% -
XYZ 35.8 17.14 96.03 -
YUV 99.58 215.71 180.37 -
System Red Green Blue C M Y K H S L
Decimal 173 32 255 0.32 0.87 0 0 277.94 1 0.56
Hex AD 20 FF 20 57 0 0 116 64 38
Octal 255 40 377 40 127 0 0 426 144 70
Binary 10101101 100000 11111111 100000 1010111 0 0 100010110 1100100 111000

Color Harmonies of #AD20FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20FF

Black with #AD20FF

Text Example


Text Example

White with #AD20FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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