Html Css Color HEX #AD0FEA Electric Purple

📋 copy color: '#AD0FEA'

red 173 ◦ green 15 ◦ blue 234

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

Shades of Electric Purple #AD0FEA

Tints of Electric Purple #AD0FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 41%
G = 3.55%
B = 55.45%

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

#AD0FEA (or 0xAD0FEA) is known color: Electric Purple. HEX triplet: AD, 0F and EA. RGB value is (173,15,234). Sum of RGB (Red+Green+Blue) = 173+15+234=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD0FEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD0FEA is #52F015. Grayscale: #565656. Windows color (decimal): -5435414 or 15339437. OLE color: 15339437.

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

Color convert

RGB 173 15 234 -
CMYK 0.26 0.94 0 0.08
HSL 283.29º 0.88% 0.49% -
HSV(B) 283.29º 0.94% 0.92% -
XYZ 32.26 15.17 79.07 -
YUV 87.21 210.85 189.19 -
System Red Green Blue C M Y K H S L
Decimal 173 15 234 0.26 0.94 0 0.08 283.29 0.88 0.49
Hex AD F EA 1A 5E 0 8 11B 58 31
Octal 255 17 352 32 136 0 10 433 130 61
Binary 10101101 1111 11101010 11010 1011110 0 1000 100011011 1011000 110001

Color Harmonies of #AD0FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FEA

Black with #AD0FEA

Text Example


Text Example

White with #AD0FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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