Html Css Color HEX #AD0FEB Electric Purple

📋 copy color: '#AD0FEB'

red 173 ◦ green 15 ◦ blue 235

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

Shades of Electric Purple #AD0FEB

Tints of Electric Purple #AD0FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

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

R = 40.9%
G = 3.55%
B = 55.56%

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

#AD0FEB (or 0xAD0FEB) is known color: Electric Purple. HEX triplet: AD, 0F and EB. RGB value is (173,15,235). Sum of RGB (Red+Green+Blue) = 173+15+235=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD0FEB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FEB is #52F014. Grayscale: #565656. Windows color (decimal): -5435413 or 15404973. OLE color: 15404973.

HSL color Cylindrical-coordinate representation of color #AD0FEB: hue angle of 283.09º degrees, saturation: 0.88, 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 #AD0FEB is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 15 235 -
CMYK 0.26 0.94 0 0.08
HSL 283.09º 0.88% 0.49% -
HSV(B) 283.09º 0.94% 0.92% -
XYZ 32.4 15.22 79.83 -
YUV 87.32 211.35 189.11 -
System Red Green Blue C M Y K H S L
Decimal 173 15 235 0.26 0.94 0 0.08 283.09 0.88 0.49
Hex AD F EB 1A 5E 0 8 11B 58 31
Octal 255 17 353 32 136 0 10 433 130 61
Binary 10101101 1111 11101011 11010 1011110 0 1000 100011011 1011000 110001

Color Harmonies of #AD0FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FEB

Black with #AD0FEB

Text Example


Text Example

White with #AD0FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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