Html Css Color HEX #AD21FD Electric Purple

📋 copy color: '#AD21FD'

red 173 ◦ green 33 ◦ blue 253

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

Shades of Electric Purple #AD21FD

Tints of Electric Purple #AD21FD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.19%

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

R = 37.69%
G = 7.19%
B = 55.12%

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

#AD21FD (or 0xAD21FD) is known color: Electric Purple. HEX triplet: AD, 21 and FD. RGB value is (173,33,253). Sum of RGB (Red+Green+Blue) = 173+33+253=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 33 (13.28% from 255 or 7.19% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD21FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21FD is #52DE02. Grayscale: #636363. Windows color (decimal): -5430787 or 16589229. OLE color: 16589229.

HSL color Cylindrical-coordinate representation of color #AD21FD: hue angle of 278.18º 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 #AD21FD is Cyan = 0.32, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 33 253 -
CMYK 0.32 0.87 0 0.01
HSL 278.18º 0.98% 0.56% -
HSV(B) 278.18º 0.87% 0.99% -
XYZ 35.51 17.06 94.35 -
YUV 99.94 214.38 180.11 -
System Red Green Blue C M Y K H S L
Decimal 173 33 253 0.32 0.87 0 0.01 278.18 0.98 0.56
Hex AD 21 FD 20 57 0 1 116 62 38
Octal 255 41 375 40 127 0 1 426 142 70
Binary 10101101 100001 11111101 100000 1010111 0 1 100010110 1100010 111000

Color Harmonies of #AD21FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21FD

Black with #AD21FD

Text Example


Text Example

White with #AD21FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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