Html Css Color HEX #AD01F9 Electric Purple

📋 copy color: '#AD01F9'

red 173 ◦ green 1 ◦ blue 249

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

Shades of Electric Purple #AD01F9

Tints of Electric Purple #AD01F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 58.87%

R = 40.9%
G = 0.24%
B = 58.87%

CMYK

 C value IS 0.31

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD01F9 (or 0xAD01F9) is known color: Electric Purple. HEX triplet: AD, 01 and F9. RGB value is (173,1,249). Sum of RGB (Red+Green+Blue) = 173+1+249=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 249 (97.66% from 255 or 58.87% from 423); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD01F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01F9 is #52FE06. Grayscale: #4F4F4F. Windows color (decimal): -5438983 or 16318893. OLE color: 16318893.

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

Color convert

RGB 173 1 249 -
CMYK 0.31 1.00 0 0.02
HSL 281.61º 0.99% 0.49% -
HSV(B) 281.61º 1% 0.98% -
XYZ 34.34 15.75 90.85 -
YUV 80.7 222.98 193.83 -
System Red Green Blue C M Y K H S L
Decimal 173 1 249 0.31 1.00 0 0.02 281.61 0.99 0.49
Hex AD 1 F9 1F 64 0 2 11A 63 31
Octal 255 1 371 37 144 0 2 432 143 61
Binary 10101101 1 11111001 11111 1100100 0 10 100011010 1100011 110001

Color Harmonies of #AD01F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01F9

Black with #AD01F9

Text Example


Text Example

White with #AD01F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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