Html Css Color HEX #AD0AED Electric Purple

📋 copy color: '#AD0AED'

red 173 ◦ green 10 ◦ blue 237

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

Shades of Electric Purple #AD0AED

Tints of Electric Purple #AD0AED

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.38%

 BLUE value IS 237 (92.97% from 255) = 56.43%

R = 41.19%
G = 2.38%
B = 56.43%

CMYK

 C value IS 0.27

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD0AED (or 0xAD0AED) is known color: Electric Purple. HEX triplet: AD, 0A and ED. RGB value is (173,10,237). Sum of RGB (Red+Green+Blue) = 173+10+237=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 10 (4.30% from 255 or 2.38% from 420); Blue value is 237 (92.97% from 255 or 56.43% from 420); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD0AED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0AED is #52F512. Grayscale: #535353. Windows color (decimal): -5436691 or 15534765. OLE color: 15534765.

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

Color convert

RGB 173 10 237 -
CMYK 0.27 0.96 0 0.07
HSL 283.08º 0.92% 0.48% -
HSV(B) 283.08º 0.96% 0.93% -
XYZ 32.63 15.22 81.34 -
YUV 84.62 214 191.04 -
System Red Green Blue C M Y K H S L
Decimal 173 10 237 0.27 0.96 0 0.07 283.08 0.92 0.48
Hex AD A ED 1B 60 0 7 11B 5C 30
Octal 255 12 355 33 140 0 7 433 134 60
Binary 10101101 1010 11101101 11011 1100000 0 111 100011011 1011100 110000

Color Harmonies of #AD0AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0AED

Black with #AD0AED

Text Example


Text Example

White with #AD0AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0AED; }

 p { color: rgb(173,10,237); }

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

background-color css

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

 a { background-color: rgb(173,10,237); }

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

border-color css

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

 span { border-color: rgb(173,10,237); }

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