Html Css Color HEX #AD15FF Electric Purple

📋 copy color: '#AD15FF'

red 173 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #AD15FF

Tints of Electric Purple #AD15FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.68%

 BLUE value IS 255 (100% from 255) = 56.79%

R = 38.53%
G = 4.68%
B = 56.79%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD15FF (or 0xAD15FF) is known color: Electric Purple. HEX triplet: AD, 15 and FF. RGB value is (173,21,255). Sum of RGB (Red+Green+Blue) = 173+21+255=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 21 (8.59% from 255 or 4.68% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD15FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD15FF is #52EA00. Grayscale: #5C5C5C. Windows color (decimal): -5433857 or 16717229. OLE color: 16717229.

HSL color Cylindrical-coordinate representation of color #AD15FF: hue angle of 278.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD15FF is Cyan = 0.32, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 173 21 255 -
CMYK 0.32 0.92 0 0
HSL 278.97º 1% 0.54% -
HSV(B) 278.97º 0.92% 1% -
XYZ 35.55 16.64 95.95 -
YUV 93.12 219.36 184.97 -
System Red Green Blue C M Y K H S L
Decimal 173 21 255 0.32 0.92 0 0 278.97 1 0.54
Hex AD 15 FF 20 5C 0 0 117 64 36
Octal 255 25 377 40 134 0 0 427 144 66
Binary 10101101 10101 11111111 100000 1011100 0 0 100010111 1100100 110110

Color Harmonies of #AD15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15FF

Black with #AD15FF

Text Example


Text Example

White with #AD15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15FF; }

 p { color: rgb(173,21,255); }

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

background-color css

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

 a { background-color: rgb(173,21,255); }

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

border-color css

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

 span { border-color: rgb(173,21,255); }

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