#AD07EB

Color #AD07EB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #AD07EB

Tints of Electric Purple #AD07EB

Color information

#AD07EB (or 0xAD07EB) is unknown color: approx Electric Purple. HEX triplet: AD, 07 and EB. RGB value is (173,7,235). Sum of RGB (Red+Green+Blue) = 173+7+235=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD07EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07EB is #52F814. Grayscale: #515151. Windows color (decimal): -5437461 or 15402925. OLE color: 15402925.

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

Color convert

RGB1737235-
CMYK0.260.9700.08
HSL283.68º94.21%47.45%-
HSV(B)283.68º97.02%92.16%-
XYZ32.315.0379.8-
YUV82.63214192.46-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 7 (3.12% from 255) = 1.69%
BLUE value IS 235 (92.19% from 255) = 56.63%
R=41.69%
G=1.69%
B=56.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal17372350.260.9700.08283.6894.2147.45
HexAD7EB1A610811c5e2f
Octal25573533214101043413657
Binary1010110111111101011110101100001010001000111001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD07EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD07EB; }

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

 H1.HeaderClassName
 {
   color: #AD07EB;
 }
 .AnyTagClassName
 {
   color: #AD07EB;
 }
</style>
background-color css

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

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

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

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

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

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