Html Css Color HEX #AD00F7 Electric Purple

📋 copy color: '#AD00F7'

red 173 ◦ green 0 ◦ blue 247

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

Shades of Electric Purple #AD00F7

Tints of Electric Purple #AD00F7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.19%
G = 0%
B = 58.81%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD00F7 (or 0xAD00F7) is known color: Electric Purple. HEX triplet: AD, 00 and F7. RGB value is (173,0,247). Sum of RGB (Red+Green+Blue) = 173+0+247=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 247 (96.88% from 255 or 58.81% from 420); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD00F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD00F7 is #52FF08. Grayscale: #4F4F4F. Windows color (decimal): -5439241 or 16187565. OLE color: 16187565.

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

Color convert

RGB 173 0 247 -
CMYK 0.30 1 0 0.03
HSL 282.02º 1% 0.48% -
HSV(B) 282.02º 1% 0.97% -
XYZ 34.02 15.6 89.21 -
YUV 79.89 222.31 194.42 -
System Red Green Blue C M Y K H S L
Decimal 173 0 247 0.30 1 0 0.03 282.02 1 0.48
Hex AD 0 F7 1E 64 0 3 11A 64 30
Octal 255 0 367 36 144 0 3 432 144 60
Binary 10101101 0 11110111 11110 1100100 0 11 100011010 1100100 110000

Color Harmonies of #AD00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD00F7

Black with #AD00F7

Text Example


Text Example

White with #AD00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD00F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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