Html Css Color HEX #AD1AF8 Electric Purple

📋 copy color: '#AD1AF8'

red 173 ◦ green 26 ◦ blue 248

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

Shades of Electric Purple #AD1AF8

Tints of Electric Purple #AD1AF8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.82%

 BLUE value IS 248 (97.27% from 255) = 55.48%

R = 38.7%
G = 5.82%
B = 55.48%

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

#AD1AF8 (or 0xAD1AF8) is known color: Electric Purple. HEX triplet: AD, 1A and F8. RGB value is (173,26,248). Sum of RGB (Red+Green+Blue) = 173+26+248=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 248 (97.27% from 255 or 55.48% from 447); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD1AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AF8 is #52E507. Grayscale: #5E5E5E. Windows color (decimal): -5432584 or 16259757. OLE color: 16259757.

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

Color convert

RGB 173 26 248 -
CMYK 0.30 0.90 0 0.03
HSL 279.73º 0.94% 0.54% -
HSV(B) 279.73º 0.9% 0.97% -
XYZ 34.55 16.4 90.15 -
YUV 95.26 214.2 183.45 -
System Red Green Blue C M Y K H S L
Decimal 173 26 248 0.30 0.90 0 0.03 279.73 0.94 0.54
Hex AD 1A F8 1E 5A 0 3 118 5E 36
Octal 255 32 370 36 132 0 3 430 136 66
Binary 10101101 11010 11111000 11110 1011010 0 11 100011000 1011110 110110

Color Harmonies of #AD1AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AF8

Black with #AD1AF8

Text Example


Text Example

White with #AD1AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AF8; }

 p { color: rgb(173,26,248); }

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

background-color css

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

 a { background-color: rgb(173,26,248); }

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

border-color css

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

 span { border-color: rgb(173,26,248); }

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