Html Css Color HEX #AD09ED Electric Purple

📋 copy color: '#AD09ED'

red 173 ◦ green 9 ◦ blue 237

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

Shades of Electric Purple #AD09ED

Tints of Electric Purple #AD09ED

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.15%

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

R = 41.29%
G = 2.15%
B = 56.56%

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

#AD09ED (or 0xAD09ED) is known color: Electric Purple. HEX triplet: AD, 09 and ED. RGB value is (173,9,237). Sum of RGB (Red+Green+Blue) = 173+9+237=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 9 (3.91% from 255 or 2.15% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD09ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD09ED is #52F612. Grayscale: #535353. Windows color (decimal): -5436947 or 15534509. OLE color: 15534509.

HSL color Cylindrical-coordinate representation of color #AD09ED: hue angle of 283.16º degrees, saturation: 0.93, 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 #AD09ED is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 9 237 -
CMYK 0.27 0.96 0 0.07
HSL 283.16º 0.93% 0.48% -
HSV(B) 283.16º 0.96% 0.93% -
XYZ 32.62 15.19 81.33 -
YUV 84.03 214.33 191.46 -
System Red Green Blue C M Y K H S L
Decimal 173 9 237 0.27 0.96 0 0.07 283.16 0.93 0.48
Hex AD 9 ED 1B 60 0 7 11B 5D 30
Octal 255 11 355 33 140 0 7 433 135 60
Binary 10101101 1001 11101101 11011 1100000 0 111 100011011 1011101 110000

Color Harmonies of #AD09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD09ED

Black with #AD09ED

Text Example


Text Example

White with #AD09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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