Html Css Color HEX #AD14EB Electric Purple

📋 copy color: '#AD14EB'

red 173 ◦ green 20 ◦ blue 235

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

Shades of Electric Purple #AD14EB

Tints of Electric Purple #AD14EB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.67%

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

R = 40.42%
G = 4.67%
B = 54.91%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD14EB (or 0xAD14EB) is known color: Electric Purple. HEX triplet: AD, 14 and EB. RGB value is (173,20,235). Sum of RGB (Red+Green+Blue) = 173+20+235=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD14EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD14EB is #52EB14. Grayscale: #595959. Windows color (decimal): -5434133 or 15406253. OLE color: 15406253.

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

Color convert

RGB 173 20 235 -
CMYK 0.26 0.91 0 0.08
HSL 282.7º 0.84% 0.5% -
HSV(B) 282.7º 0.91% 0.92% -
XYZ 32.48 15.38 79.85 -
YUV 90.26 209.69 187.02 -
System Red Green Blue C M Y K H S L
Decimal 173 20 235 0.26 0.91 0 0.08 282.7 0.84 0.5
Hex AD 14 EB 1A 5B 0 8 11B 54 32
Octal 255 24 353 32 133 0 10 433 124 62
Binary 10101101 10100 11101011 11010 1011011 0 1000 100011011 1010100 110010

Color Harmonies of #AD14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14EB

Black with #AD14EB

Text Example


Text Example

White with #AD14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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