Html Css Color HEX #AD1AE8 Electric Purple

📋 copy color: '#AD1AE8'

red 173 ◦ green 26 ◦ blue 232

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

Shades of Electric Purple #AD1AE8

Tints of Electric Purple #AD1AE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.83%

R = 40.14%
G = 6.03%
B = 53.83%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD1AE8 (or 0xAD1AE8) is known color: Electric Purple. HEX triplet: AD, 1A and E8. RGB value is (173,26,232). Sum of RGB (Red+Green+Blue) = 173+26+232=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 26 (10.55% from 255 or 6.03% from 431); Blue value is 232 (91.02% from 255 or 53.83% from 431); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD1AE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AE8 is #52E517. Grayscale: #5C5C5C. Windows color (decimal): -5432600 or 15211181. OLE color: 15211181.

HSL color Cylindrical-coordinate representation of color #AD1AE8: hue angle of 282.82º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AE8 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 26 232 -
CMYK 0.25 0.89 0 0.09
HSL 282.82º 0.82% 0.51% -
HSV(B) 282.82º 0.89% 0.91% -
XYZ 32.17 15.45 77.63 -
YUV 93.44 206.2 184.75 -
System Red Green Blue C M Y K H S L
Decimal 173 26 232 0.25 0.89 0 0.09 282.82 0.82 0.51
Hex AD 1A E8 19 59 0 9 11B 52 33
Octal 255 32 350 31 131 0 11 433 122 63
Binary 10101101 11010 11101000 11001 1011001 0 1001 100011011 1010010 110011

Color Harmonies of #AD1AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AE8

Black with #AD1AE8

Text Example


Text Example

White with #AD1AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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