Html Css Color HEX #AD04F5 Electric Purple

📋 copy color: '#AD04F5'

red 173 ◦ green 4 ◦ blue 245

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

Shades of Electric Purple #AD04F5

Tints of Electric Purple #AD04F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 58.06%

R = 41%
G = 0.95%
B = 58.06%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD04F5 (or 0xAD04F5) is known color: Electric Purple. HEX triplet: AD, 04 and F5. RGB value is (173,4,245). Sum of RGB (Red+Green+Blue) = 173+4+245=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 245 (96.09% from 255 or 58.06% from 422); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD04F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04F5 is #52FB0A. Grayscale: #515151. Windows color (decimal): -5438219 or 16057517. OLE color: 16057517.

HSL color Cylindrical-coordinate representation of color #AD04F5: hue angle of 282.07º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD04F5 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 4 245 -
CMYK 0.29 0.98 0 0.04
HSL 282.07º 0.97% 0.49% -
HSV(B) 282.07º 0.98% 0.96% -
XYZ 33.76 15.56 87.61 -
YUV 82.01 219.99 192.9 -
System Red Green Blue C M Y K H S L
Decimal 173 4 245 0.29 0.98 0 0.04 282.07 0.97 0.49
Hex AD 4 F5 1D 62 0 4 11A 61 31
Octal 255 4 365 35 142 0 4 432 141 61
Binary 10101101 100 11110101 11101 1100010 0 100 100011010 1100001 110001

Color Harmonies of #AD04F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04F5

Black with #AD04F5

Text Example


Text Example

White with #AD04F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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