Html Css Color HEX #AD05FD Electric Purple

📋 copy color: '#AD05FD'

red 173 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #AD05FD

Tints of Electric Purple #AD05FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.16%

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

R = 40.14%
G = 1.16%
B = 58.7%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AD05FD (or 0xAD05FD) is known color: Electric Purple. HEX triplet: AD, 05 and FD. RGB value is (173,5,253). Sum of RGB (Red+Green+Blue) = 173+5+253=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 5 (2.34% from 255 or 1.16% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD05FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05FD is #52FA02. Grayscale: #525252. Windows color (decimal): -5437955 or 16582061. OLE color: 16582061.

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

Color convert

RGB 173 5 253 -
CMYK 0.32 0.98 0 0.01
HSL 280.65º 0.98% 0.51% -
HSV(B) 280.65º 0.98% 0.99% -
XYZ 35.02 16.08 94.19 -
YUV 83.5 223.66 191.83 -
System Red Green Blue C M Y K H S L
Decimal 173 5 253 0.32 0.98 0 0.01 280.65 0.98 0.51
Hex AD 5 FD 20 62 0 1 119 62 33
Octal 255 5 375 40 142 0 1 431 142 63
Binary 10101101 101 11111101 100000 1100010 0 1 100011001 1100010 110011

Color Harmonies of #AD05FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05FD

Black with #AD05FD

Text Example


Text Example

White with #AD05FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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