Html Css Color HEX #AD1AEA Electric Purple

📋 copy color: '#AD1AEA'

red 173 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #AD1AEA

Tints of Electric Purple #AD1AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.04%

R = 39.95%
G = 6%
B = 54.04%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD1AEA (or 0xAD1AEA) is known color: Electric Purple. HEX triplet: AD, 1A and EA. RGB value is (173,26,234). Sum of RGB (Red+Green+Blue) = 173+26+234=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 234 (91.80% from 255 or 54.04% from 433); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD1AEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AEA is #52E515. Grayscale: #5C5C5C. Windows color (decimal): -5432598 or 15342253. OLE color: 15342253.

HSL color Cylindrical-coordinate representation of color #AD1AEA: hue angle of 282.4º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AEA is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 26 234 -
CMYK 0.26 0.89 0 0.08
HSL 282.4º 0.83% 0.51% -
HSV(B) 282.4º 0.89% 0.92% -
XYZ 32.45 15.56 79.14 -
YUV 93.67 207.2 184.59 -
System Red Green Blue C M Y K H S L
Decimal 173 26 234 0.26 0.89 0 0.08 282.4 0.83 0.51
Hex AD 1A EA 1A 59 0 8 11A 53 33
Octal 255 32 352 32 131 0 10 432 123 63
Binary 10101101 11010 11101010 11010 1011001 0 1000 100011010 1010011 110011

Color Harmonies of #AD1AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AEA

Black with #AD1AEA

Text Example


Text Example

White with #AD1AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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