Html Css Color HEX #AD18F9 Electric Purple

📋 copy color: '#AD18F9'

red 173 ◦ green 24 ◦ blue 249

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

Shades of Electric Purple #AD18F9

Tints of Electric Purple #AD18F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 55.83%

R = 38.79%
G = 5.38%
B = 55.83%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD18F9 (or 0xAD18F9) is known color: Electric Purple. HEX triplet: AD, 18 and F9. RGB value is (173,24,249). Sum of RGB (Red+Green+Blue) = 173+24+249=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD18F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18F9 is #52E706. Grayscale: #5D5D5D. Windows color (decimal): -5433095 or 16324781. OLE color: 16324781.

HSL color Cylindrical-coordinate representation of color #AD18F9: hue angle of 279.73º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD18F9 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 24 249 -
CMYK 0.31 0.90 0 0.02
HSL 279.73º 0.95% 0.54% -
HSV(B) 279.73º 0.9% 0.98% -
XYZ 34.66 16.38 90.96 -
YUV 94.2 215.36 184.2 -
System Red Green Blue C M Y K H S L
Decimal 173 24 249 0.31 0.90 0 0.02 279.73 0.95 0.54
Hex AD 18 F9 1F 5A 0 2 118 5F 36
Octal 255 30 371 37 132 0 2 430 137 66
Binary 10101101 11000 11111001 11111 1011010 0 10 100011000 1011111 110110

Color Harmonies of #AD18F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18F9

Black with #AD18F9

Text Example


Text Example

White with #AD18F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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