Html Css Color HEX #AD0EEB Electric Purple

📋 copy color: '#AD0EEB'

red 173 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #AD0EEB

Tints of Electric Purple #AD0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.32%

 BLUE value IS 235 (92.19% from 255) = 55.69%

R = 41%
G = 3.32%
B = 55.69%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD0EEB (or 0xAD0EEB) is known color: Electric Purple. HEX triplet: AD, 0E and EB. RGB value is (173,14,235). Sum of RGB (Red+Green+Blue) = 173+14+235=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 14 (5.86% from 255 or 3.32% from 422); Blue value is 235 (92.19% from 255 or 55.69% from 422); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD0EEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0EEB is #52F114. Grayscale: #565656. Windows color (decimal): -5435669 or 15404717. OLE color: 15404717.

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

Color convert

RGB 173 14 235 -
CMYK 0.26 0.94 0 0.08
HSL 283.17º 0.89% 0.49% -
HSV(B) 283.17º 0.94% 0.92% -
XYZ 32.39 15.2 79.82 -
YUV 86.74 211.68 189.53 -
System Red Green Blue C M Y K H S L
Decimal 173 14 235 0.26 0.94 0 0.08 283.17 0.89 0.49
Hex AD E EB 1A 5E 0 8 11B 59 31
Octal 255 16 353 32 136 0 10 433 131 61
Binary 10101101 1110 11101011 11010 1011110 0 1000 100011011 1011001 110001

Color Harmonies of #AD0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0EEB

Black with #AD0EEB

Text Example


Text Example

White with #AD0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0EEB; }

 p { color: rgb(173,14,235); }

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

background-color css

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

 a { background-color: rgb(173,14,235); }

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

border-color css

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

 span { border-color: rgb(173,14,235); }

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