Html Css Color HEX #AD10EB Electric Purple

📋 copy color: '#AD10EB'

red 173 ◦ green 16 ◦ blue 235

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

Shades of Electric Purple #AD10EB

Tints of Electric Purple #AD10EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.77%

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

R = 40.8%
G = 3.77%
B = 55.42%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD10EB (or 0xAD10EB) is known color: Electric Purple. HEX triplet: AD, 10 and EB. RGB value is (173,16,235). Sum of RGB (Red+Green+Blue) = 173+16+235=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 16 (6.64% from 255 or 3.77% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD10EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD10EB is #52EF14. Grayscale: #575757. Windows color (decimal): -5435157 or 15405229. OLE color: 15405229.

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

Color convert

RGB 173 16 235 -
CMYK 0.26 0.93 0 0.08
HSL 283.01º 0.87% 0.49% -
HSV(B) 283.01º 0.93% 0.92% -
XYZ 32.41 15.25 79.83 -
YUV 87.91 211.01 188.69 -
System Red Green Blue C M Y K H S L
Decimal 173 16 235 0.26 0.93 0 0.08 283.01 0.87 0.49
Hex AD 10 EB 1A 5D 0 8 11B 57 31
Octal 255 20 353 32 135 0 10 433 127 61
Binary 10101101 10000 11101011 11010 1011101 0 1000 100011011 1010111 110001

Color Harmonies of #AD10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD10EB

Black with #AD10EB

Text Example


Text Example

White with #AD10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD10EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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