Html Css Color HEX #AD08EA Electric Purple

📋 copy color: '#AD08EA'

red 173 ◦ green 8 ◦ blue 234

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

Shades of Electric Purple #AD08EA

Tints of Electric Purple #AD08EA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.93%

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

R = 41.69%
G = 1.93%
B = 56.39%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD08EA (or 0xAD08EA) is known color: Electric Purple. HEX triplet: AD, 08 and EA. RGB value is (173,8,234). Sum of RGB (Red+Green+Blue) = 173+8+234=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD08EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD08EA is #52F715. Grayscale: #525252. Windows color (decimal): -5437206 or 15337645. OLE color: 15337645.

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

Color convert

RGB 173 8 234 -
CMYK 0.26 0.97 0 0.08
HSL 283.81º 0.93% 0.47% -
HSV(B) 283.81º 0.97% 0.92% -
XYZ 32.17 15 79.04 -
YUV 83.1 213.16 192.12 -
System Red Green Blue C M Y K H S L
Decimal 173 8 234 0.26 0.97 0 0.08 283.81 0.93 0.47
Hex AD 8 EA 1A 61 0 8 11C 5D 2F
Octal 255 10 352 32 141 0 10 434 135 57
Binary 10101101 1000 11101010 11010 1100001 0 1000 100011100 1011101 101111

Color Harmonies of #AD08EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08EA

Black with #AD08EA

Text Example


Text Example

White with #AD08EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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