Html Css Color HEX #AD06FA Electric Purple

📋 copy color: '#AD06FA'

red 173 ◦ green 6 ◦ blue 250

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

Shades of Electric Purple #AD06FA

Tints of Electric Purple #AD06FA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.4%

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

R = 40.33%
G = 1.4%
B = 58.28%

CMYK

 C value IS 0.31

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD06FA (or 0xAD06FA) is known color: Electric Purple. HEX triplet: AD, 06 and FA. RGB value is (173,6,250). Sum of RGB (Red+Green+Blue) = 173+6+250=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 6 (2.73% from 255 or 1.40% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD06FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD06FA is #52F905. Grayscale: #525252. Windows color (decimal): -5437702 or 16385709. OLE color: 16385709.

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

Color convert

RGB 173 6 250 -
CMYK 0.31 0.98 0 0.02
HSL 281.07º 0.96% 0.5% -
HSV(B) 281.07º 0.98% 0.98% -
XYZ 34.55 15.92 91.69 -
YUV 83.75 221.83 191.66 -
System Red Green Blue C M Y K H S L
Decimal 173 6 250 0.31 0.98 0 0.02 281.07 0.96 0.5
Hex AD 6 FA 1F 62 0 2 119 60 32
Octal 255 6 372 37 142 0 2 431 140 62
Binary 10101101 110 11111010 11111 1100010 0 10 100011001 1100000 110010

Color Harmonies of #AD06FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06FA

Black with #AD06FA

Text Example


Text Example

White with #AD06FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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