Html Css Color HEX #AD01F8 Electric Purple

📋 copy color: '#AD01F8'

red 173 ◦ green 1 ◦ blue 248

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

Shades of Electric Purple #AD01F8

Tints of Electric Purple #AD01F8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

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

R = 41%
G = 0.24%
B = 58.77%

CMYK

 C value IS 0.30

 M value IS 1.00

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD01F8 (or 0xAD01F8) is known color: Electric Purple. HEX triplet: AD, 01 and F8. RGB value is (173,1,248). Sum of RGB (Red+Green+Blue) = 173+1+248=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 1 (0.78% from 255 or 0.24% from 422); Blue value is 248 (97.27% from 255 or 58.77% from 422); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD01F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01F8 is #52FE07. Grayscale: #4F4F4F. Windows color (decimal): -5438984 or 16253357. OLE color: 16253357.

HSL color Cylindrical-coordinate representation of color #AD01F8: hue angle of 281.78º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01F8 is Cyan = 0.30, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 1 248 -
CMYK 0.30 1.00 0 0.03
HSL 281.78º 0.99% 0.49% -
HSV(B) 281.78º 1% 0.97% -
XYZ 34.19 15.68 90.03 -
YUV 80.59 222.48 193.92 -
System Red Green Blue C M Y K H S L
Decimal 173 1 248 0.30 1.00 0 0.03 281.78 0.99 0.49
Hex AD 1 F8 1E 64 0 3 11A 63 31
Octal 255 1 370 36 144 0 3 432 143 61
Binary 10101101 1 11111000 11110 1100100 0 11 100011010 1100011 110001

Color Harmonies of #AD01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01F8

Black with #AD01F8

Text Example


Text Example

White with #AD01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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