Html Css Color HEX #AD04FD Electric Purple

📋 copy color: '#AD04FD'

red 173 ◦ green 4 ◦ blue 253

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

Shades of Electric Purple #AD04FD

Tints of Electric Purple #AD04FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.93%

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

R = 40.23%
G = 0.93%
B = 58.84%

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

#AD04FD (or 0xAD04FD) is known color: Electric Purple. HEX triplet: AD, 04 and FD. RGB value is (173,4,253). Sum of RGB (Red+Green+Blue) = 173+4+253=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 4 (1.95% from 255 or 0.93% from 430); Blue value is 253 (99.22% from 255 or 58.84% from 430); Max value from RGB is 253 - color contains mainly: blue. Hex color #AD04FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04FD is #52FB02. Grayscale: #525252. Windows color (decimal): -5438211 or 16581805. OLE color: 16581805.

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

Color convert

RGB 173 4 253 -
CMYK 0.32 0.98 0 0.01
HSL 280.72º 0.98% 0.5% -
HSV(B) 280.72º 0.98% 0.99% -
XYZ 35.01 16.06 94.18 -
YUV 82.92 223.99 192.25 -
System Red Green Blue C M Y K H S L
Decimal 173 4 253 0.32 0.98 0 0.01 280.72 0.98 0.5
Hex AD 4 FD 20 62 0 1 119 62 32
Octal 255 4 375 40 142 0 1 431 142 62
Binary 10101101 100 11111101 100000 1100010 0 1 100011001 1100010 110010

Color Harmonies of #AD04FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04FD

Black with #AD04FD

Text Example


Text Example

White with #AD04FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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