Html Css Color HEX #AD18F7 Electric Purple

📋 copy color: '#AD18F7'

red 173 ◦ green 24 ◦ blue 247

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

Shades of Electric Purple #AD18F7

Tints of Electric Purple #AD18F7

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.41%

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

R = 38.96%
G = 5.41%
B = 55.63%

CMYK

 C value IS 0.30

 M value IS 0.90

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD18F7 (or 0xAD18F7) is known color: Electric Purple. HEX triplet: AD, 18 and F7. RGB value is (173,24,247). Sum of RGB (Red+Green+Blue) = 173+24+247=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 24 (9.77% from 255 or 5.41% from 444); Blue value is 247 (96.88% from 255 or 55.63% from 444); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD18F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18F7 is #52E708. Grayscale: #5D5D5D. Windows color (decimal): -5433097 or 16193709. OLE color: 16193709.

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

Color convert

RGB 173 24 247 -
CMYK 0.30 0.90 0 0.03
HSL 280.09º 0.93% 0.53% -
HSV(B) 280.09º 0.9% 0.97% -
XYZ 34.35 16.25 89.32 -
YUV 93.97 214.36 184.37 -
System Red Green Blue C M Y K H S L
Decimal 173 24 247 0.30 0.90 0 0.03 280.09 0.93 0.53
Hex AD 18 F7 1E 5A 0 3 118 5D 35
Octal 255 30 367 36 132 0 3 430 135 65
Binary 10101101 11000 11110111 11110 1011010 0 11 100011000 1011101 110101

Color Harmonies of #AD18F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18F7

Black with #AD18F7

Text Example


Text Example

White with #AD18F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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