Html Css Color HEX #AD08FA Electric Purple

📋 copy color: '#AD08FA'

red 173 ◦ green 8 ◦ blue 250

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

Shades of Electric Purple #AD08FA

Tints of Electric Purple #AD08FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58%

R = 40.14%
G = 1.86%
B = 58%

CMYK

 C value IS 0.31

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD08FA (or 0xAD08FA) is known color: Electric Purple. HEX triplet: AD, 08 and FA. RGB value is (173,8,250). Sum of RGB (Red+Green+Blue) = 173+8+250=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 8 (3.52% from 255 or 1.86% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD08FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD08FA is #52F705. Grayscale: #545454. Windows color (decimal): -5437190 or 16386221. OLE color: 16386221.

HSL color Cylindrical-coordinate representation of color #AD08FA: hue angle of 280.91º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD08FA is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 8 250 -
CMYK 0.31 0.97 0 0.02
HSL 280.91º 0.96% 0.51% -
HSV(B) 280.91º 0.97% 0.98% -
XYZ 34.58 15.96 91.7 -
YUV 84.92 221.16 190.82 -
System Red Green Blue C M Y K H S L
Decimal 173 8 250 0.31 0.97 0 0.02 280.91 0.96 0.51
Hex AD 8 FA 1F 61 0 2 119 60 33
Octal 255 10 372 37 141 0 2 431 140 63
Binary 10101101 1000 11111010 11111 1100001 0 10 100011001 1100000 110011

Color Harmonies of #AD08FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD08FA

Black with #AD08FA

Text Example


Text Example

White with #AD08FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD08FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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