Html Css Color HEX #AD03F7 Electric Purple

📋 copy color: '#AD03F7'

red 173 ◦ green 3 ◦ blue 247

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

Shades of Electric Purple #AD03F7

Tints of Electric Purple #AD03F7

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.71%

 BLUE value IS 247 (96.88% from 255) = 58.39%

R = 40.9%
G = 0.71%
B = 58.39%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD03F7 (or 0xAD03F7) is known color: Electric Purple. HEX triplet: AD, 03 and F7. RGB value is (173,3,247). Sum of RGB (Red+Green+Blue) = 173+3+247=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 247 (96.88% from 255 or 58.39% from 423); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD03F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD03F7 is #52FC08. Grayscale: #505050. Windows color (decimal): -5438473 or 16188333. OLE color: 16188333.

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

Color convert

RGB 173 3 247 -
CMYK 0.30 0.99 0 0.03
HSL 281.8º 0.98% 0.49% -
HSV(B) 281.8º 0.99% 0.97% -
XYZ 34.05 15.66 89.22 -
YUV 81.65 221.32 193.16 -
System Red Green Blue C M Y K H S L
Decimal 173 3 247 0.30 0.99 0 0.03 281.8 0.98 0.49
Hex AD 3 F7 1E 63 0 3 11A 62 31
Octal 255 3 367 36 143 0 3 432 142 61
Binary 10101101 11 11110111 11110 1100011 0 11 100011010 1100010 110001

Color Harmonies of #AD03F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03F7

Black with #AD03F7

Text Example


Text Example

White with #AD03F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03F7; }

 p { color: rgb(173,3,247); }

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

background-color css

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

 a { background-color: rgb(173,3,247); }

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

border-color css

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

 span { border-color: rgb(173,3,247); }

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