Html Css Color HEX #AD21F8 Electric Purple

📋 copy color: '#AD21F8'

red 173 ◦ green 33 ◦ blue 248

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

Shades of Electric Purple #AD21F8

Tints of Electric Purple #AD21F8

RGB

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

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

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

R = 38.11%
G = 7.27%
B = 54.63%

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

#AD21F8 (or 0xAD21F8) is known color: Electric Purple. HEX triplet: AD, 21 and F8. RGB value is (173,33,248). Sum of RGB (Red+Green+Blue) = 173+33+248=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 33 (13.28% from 255 or 7.27% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD21F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD21F8 is #52DE07. Grayscale: #626262. Windows color (decimal): -5430792 or 16261549. OLE color: 16261549.

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

Color convert

RGB 173 33 248 -
CMYK 0.30 0.87 0 0.03
HSL 279.07º 0.94% 0.55% -
HSV(B) 279.07º 0.87% 0.97% -
XYZ 34.72 16.75 90.21 -
YUV 99.37 211.88 180.52 -
System Red Green Blue C M Y K H S L
Decimal 173 33 248 0.30 0.87 0 0.03 279.07 0.94 0.55
Hex AD 21 F8 1E 57 0 3 117 5E 37
Octal 255 41 370 36 127 0 3 427 136 67
Binary 10101101 100001 11111000 11110 1010111 0 11 100010111 1011110 110111

Color Harmonies of #AD21F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21F8

Black with #AD21F8

Text Example


Text Example

White with #AD21F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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