Html Css Color HEX #AD00FD Electric Purple

📋 copy color: '#AD00FD'

red 173 ◦ green 0 ◦ blue 253

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

Shades of Electric Purple #AD00FD

Tints of Electric Purple #AD00FD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 253 (99.22% from 255) = 59.39%

R = 40.61%
G = 0%
B = 59.39%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD00FD (or 0xAD00FD) is known color: Electric Purple. HEX triplet: AD, 00 and FD. RGB value is (173,0,253). Sum of RGB (Red+Green+Blue) = 173+0+253=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 253 (99.22% from 255 or 59.39% from 426); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD00FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00FD is #52FF02. Grayscale: #4F4F4F. Windows color (decimal): -5439235 or 16580781. OLE color: 16580781.

HSL color Cylindrical-coordinate representation of color #AD00FD: hue angle of 281.03º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD00FD is Cyan = 0.32, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 0 253 -
CMYK 0.32 1 0 0.01
HSL 281.03º 1% 0.5% -
HSV(B) 281.03º 1% 0.99% -
XYZ 34.96 15.98 94.17 -
YUV 80.57 225.31 193.93 -
System Red Green Blue C M Y K H S L
Decimal 173 0 253 0.32 1 0 0.01 281.03 1 0.5
Hex AD 0 FD 20 64 0 1 119 64 32
Octal 255 0 375 40 144 0 1 431 144 62
Binary 10101101 0 11111101 100000 1100100 0 1 100011001 1100100 110010

Color Harmonies of #AD00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00FD

Black with #AD00FD

Text Example


Text Example

White with #AD00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00FD; }

 p { color: rgb(173,0,253); }

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

background-color css

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

 a { background-color: rgb(173,0,253); }

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

border-color css

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

 span { border-color: rgb(173,0,253); }

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