Html Css Color HEX #AD20F8 Electric Purple

📋 copy color: '#AD20F8'

red 173 ◦ green 32 ◦ blue 248

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

Shades of Electric Purple #AD20F8

Tints of Electric Purple #AD20F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.75%

R = 38.19%
G = 7.06%
B = 54.75%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD20F8 (or 0xAD20F8) is known color: Electric Purple. HEX triplet: AD, 20 and F8. RGB value is (173,32,248). Sum of RGB (Red+Green+Blue) = 173+32+248=453 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.19% from 453); Green value is 32 (12.89% from 255 or 7.06% from 453); Blue value is 248 (97.27% from 255 or 54.75% from 453); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD20F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD20F8 is #52DF07. Grayscale: #626262. Windows color (decimal): -5431048 or 16261293. OLE color: 16261293.

HSL color Cylindrical-coordinate representation of color #AD20F8: hue angle of 279.17º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD20F8 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 32 248 -
CMYK 0.30 0.87 0 0.03
HSL 279.17º 0.94% 0.55% -
HSV(B) 279.17º 0.87% 0.97% -
XYZ 34.69 16.69 90.2 -
YUV 98.78 212.21 180.94 -
System Red Green Blue C M Y K H S L
Decimal 173 32 248 0.30 0.87 0 0.03 279.17 0.94 0.55
Hex AD 20 F8 1E 57 0 3 117 5E 37
Octal 255 40 370 36 127 0 3 427 136 67
Binary 10101101 100000 11111000 11110 1010111 0 11 100010111 1011110 110111

Color Harmonies of #AD20F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD20F8

Black with #AD20F8

Text Example


Text Example

White with #AD20F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD20F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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