Html Css Color HEX #AD18FB Electric Purple

📋 copy color: '#AD18FB'

red 173 ◦ green 24 ◦ blue 251

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

Shades of Electric Purple #AD18FB

Tints of Electric Purple #AD18FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 56.03%

R = 38.62%
G = 5.36%
B = 56.03%

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

#AD18FB (or 0xAD18FB) is known color: Electric Purple. HEX triplet: AD, 18 and FB. RGB value is (173,24,251). Sum of RGB (Red+Green+Blue) = 173+24+251=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 24 (9.77% from 255 or 5.36% from 448); Blue value is 251 (98.44% from 255 or 56.03% from 448); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD18FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD18FB is #52E704. Grayscale: #5D5D5D. Windows color (decimal): -5433093 or 16455853. OLE color: 16455853.

HSL color Cylindrical-coordinate representation of color #AD18FB: hue angle of 279.38º degrees, saturation: 0.97, 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 #AD18FB is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 24 251 -
CMYK 0.31 0.90 0 0.02
HSL 279.38º 0.97% 0.54% -
HSV(B) 279.38º 0.9% 0.98% -
XYZ 34.97 16.5 92.61 -
YUV 94.43 216.36 184.04 -
System Red Green Blue C M Y K H S L
Decimal 173 24 251 0.31 0.90 0 0.02 279.38 0.97 0.54
Hex AD 18 FB 1F 5A 0 2 117 61 36
Octal 255 30 373 37 132 0 2 427 141 66
Binary 10101101 11000 11111011 11111 1011010 0 10 100010111 1100001 110110

Color Harmonies of #AD18FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD18FB

Black with #AD18FB

Text Example


Text Example

White with #AD18FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD18FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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