Html Css Color HEX #AD05EA Electric Purple

📋 copy color: '#AD05EA'

red 173 ◦ green 5 ◦ blue 234

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

Shades of Electric Purple #AD05EA

Tints of Electric Purple #AD05EA

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.21%

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

R = 41.99%
G = 1.21%
B = 56.8%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD05EA (or 0xAD05EA) is known color: Electric Purple. HEX triplet: AD, 05 and EA. RGB value is (173,5,234). Sum of RGB (Red+Green+Blue) = 173+5+234=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 234 (91.80% from 255 or 56.80% from 412); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD05EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD05EA is #52FA15. Grayscale: #505050. Windows color (decimal): -5437974 or 15336877. OLE color: 15336877.

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

Color convert

RGB 173 5 234 -
CMYK 0.26 0.98 0 0.08
HSL 284.02º 0.96% 0.47% -
HSV(B) 284.02º 0.98% 0.92% -
XYZ 32.14 14.93 79.03 -
YUV 81.34 214.16 193.38 -
System Red Green Blue C M Y K H S L
Decimal 173 5 234 0.26 0.98 0 0.08 284.02 0.96 0.47
Hex AD 5 EA 1A 62 0 8 11C 60 2F
Octal 255 5 352 32 142 0 10 434 140 57
Binary 10101101 101 11101010 11010 1100010 0 1000 100011100 1100000 101111

Color Harmonies of #AD05EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD05EA

Black with #AD05EA

Text Example


Text Example

White with #AD05EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD05EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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