Html Css Color HEX #AD04F6 Electric Purple

📋 copy color: '#AD04F6'

red 173 ◦ green 4 ◦ blue 246

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

Shades of Electric Purple #AD04F6

Tints of Electric Purple #AD04F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 58.16%

R = 40.9%
G = 0.95%
B = 58.16%

CMYK

 C value IS 0.30

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD04F6 (or 0xAD04F6) is known color: Electric Purple. HEX triplet: AD, 04 and F6. RGB value is (173,4,246). Sum of RGB (Red+Green+Blue) = 173+4+246=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 4 (1.95% from 255 or 0.95% from 423); Blue value is 246 (96.48% from 255 or 58.16% from 423); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD04F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD04F6 is #52FB09. Grayscale: #515151. Windows color (decimal): -5438218 or 16123053. OLE color: 16123053.

HSL color Cylindrical-coordinate representation of color #AD04F6: hue angle of 281.9º 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 #AD04F6 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 4 246 -
CMYK 0.30 0.98 0 0.04
HSL 281.9º 0.97% 0.49% -
HSV(B) 281.9º 0.98% 0.96% -
XYZ 33.91 15.62 88.42 -
YUV 82.12 220.49 192.82 -
System Red Green Blue C M Y K H S L
Decimal 173 4 246 0.30 0.98 0 0.04 281.9 0.97 0.49
Hex AD 4 F6 1E 62 0 4 11A 61 31
Octal 255 4 366 36 142 0 4 432 141 61
Binary 10101101 100 11110110 11110 1100010 0 100 100011010 1100001 110001

Color Harmonies of #AD04F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD04F6

Black with #AD04F6

Text Example


Text Example

White with #AD04F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD04F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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