Html Css Color HEX #AD1AEE Electric Purple

📋 copy color: '#AD1AEE'

red 173 ◦ green 26 ◦ blue 238

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

Shades of Electric Purple #AD1AEE

Tints of Electric Purple #AD1AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.46%

R = 39.59%
G = 5.95%
B = 54.46%

CMYK

 C value IS 0.27

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD1AEE (or 0xAD1AEE) is known color: Electric Purple. HEX triplet: AD, 1A and EE. RGB value is (173,26,238). Sum of RGB (Red+Green+Blue) = 173+26+238=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 26 (10.55% from 255 or 5.95% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD1AEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AEE is #52E511. Grayscale: #5D5D5D. Windows color (decimal): -5432594 or 15604397. OLE color: 15604397.

HSL color Cylindrical-coordinate representation of color #AD1AEE: hue angle of 281.6º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AEE is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 26 238 -
CMYK 0.27 0.89 0 0.07
HSL 281.6º 0.86% 0.52% -
HSV(B) 281.6º 0.89% 0.93% -
XYZ 33.04 15.8 82.2 -
YUV 94.12 209.2 184.26 -
System Red Green Blue C M Y K H S L
Decimal 173 26 238 0.27 0.89 0 0.07 281.6 0.86 0.52
Hex AD 1A EE 1B 59 0 7 11A 56 34
Octal 255 32 356 33 131 0 7 432 126 64
Binary 10101101 11010 11101110 11011 1011001 0 111 100011010 1010110 110100

Color Harmonies of #AD1AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AEE

Black with #AD1AEE

Text Example


Text Example

White with #AD1AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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