Html Css Color HEX #AD21FA Electric Purple

📋 copy color: '#AD21FA'

red 173 ◦ green 33 ◦ blue 250

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

Shades of Electric Purple #AD21FA

Tints of Electric Purple #AD21FA

RGB

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

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

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

R = 37.94%
G = 7.24%
B = 54.82%

CMYK

 C value IS 0.31

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD21FA (or 0xAD21FA) is known color: Electric Purple. HEX triplet: AD, 21 and FA. RGB value is (173,33,250). Sum of RGB (Red+Green+Blue) = 173+33+250=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 33 (13.28% from 255 or 7.24% from 456); Blue value is 250 (98.05% from 255 or 54.82% from 456); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD21FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21FA is #52DE05. Grayscale: #626262. Windows color (decimal): -5430790 or 16392621. OLE color: 16392621.

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

Color convert

RGB 173 33 250 -
CMYK 0.31 0.87 0 0.02
HSL 278.71º 0.96% 0.55% -
HSV(B) 278.71º 0.87% 0.98% -
XYZ 35.03 16.87 91.85 -
YUV 99.6 212.88 180.36 -
System Red Green Blue C M Y K H S L
Decimal 173 33 250 0.31 0.87 0 0.02 278.71 0.96 0.55
Hex AD 21 FA 1F 57 0 2 117 60 37
Octal 255 41 372 37 127 0 2 427 140 67
Binary 10101101 100001 11111010 11111 1010111 0 10 100010111 1100000 110111

Color Harmonies of #AD21FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21FA

Black with #AD21FA

Text Example


Text Example

White with #AD21FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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