Html Css Color HEX #AD01EB Electric Purple

📋 copy color: '#AD01EB'

red 173 ◦ green 1 ◦ blue 235

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

Shades of Electric Purple #AD01EB

Tints of Electric Purple #AD01EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 42.3%
G = 0.24%
B = 57.46%

CMYK

 C value IS 0.26

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD01EB (or 0xAD01EB) is known color: Electric Purple. HEX triplet: AD, 01 and EB. RGB value is (173,1,235). Sum of RGB (Red+Green+Blue) = 173+1+235=409 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.30% from 409); Green value is 1 (0.78% from 255 or 0.24% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD01EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD01EB is #52FE14. Grayscale: #4E4E4E. Windows color (decimal): -5438997 or 15401389. OLE color: 15401389.

HSL color Cylindrical-coordinate representation of color #AD01EB: hue angle of 284.1º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD01EB is Cyan = 0.26, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 1 235 -
CMYK 0.26 1.00 0 0.08
HSL 284.1º 0.99% 0.46% -
HSV(B) 284.1º 1% 0.92% -
XYZ 32.24 14.9 79.77 -
YUV 79.1 215.98 194.97 -
System Red Green Blue C M Y K H S L
Decimal 173 1 235 0.26 1.00 0 0.08 284.1 0.99 0.46
Hex AD 1 EB 1A 64 0 8 11C 63 2E
Octal 255 1 353 32 144 0 10 434 143 56
Binary 10101101 1 11101011 11010 1100100 0 1000 100011100 1100011 101110

Color Harmonies of #AD01EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD01EB

Black with #AD01EB

Text Example


Text Example

White with #AD01EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD01EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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