Html Css Color HEX #AD06FF Electric Purple

📋 copy color: '#AD06FF'

red 173 ◦ green 6 ◦ blue 255

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

Shades of Electric Purple #AD06FF

Tints of Electric Purple #AD06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 39.86%
G = 1.38%
B = 58.76%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AD06FF (or 0xAD06FF) is known color: Electric Purple. HEX triplet: AD, 06 and FF. RGB value is (173,6,255). Sum of RGB (Red+Green+Blue) = 173+6+255=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 6 (2.73% from 255 or 1.38% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD06FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD06FF is #52F900. Grayscale: #535353. Windows color (decimal): -5437697 or 16713389. OLE color: 16713389.

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

Color convert

RGB 173 6 255 -
CMYK 0.32 0.98 0 0
HSL 280.24º 1% 0.51% -
HSV(B) 280.24º 0.98% 1% -
XYZ 35.35 16.23 95.88 -
YUV 84.32 224.33 191.25 -
System Red Green Blue C M Y K H S L
Decimal 173 6 255 0.32 0.98 0 0 280.24 1 0.51
Hex AD 6 FF 20 62 0 0 118 64 33
Octal 255 6 377 40 142 0 0 430 144 63
Binary 10101101 110 11111111 100000 1100010 0 0 100011000 1100100 110011

Color Harmonies of #AD06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06FF

Black with #AD06FF

Text Example


Text Example

White with #AD06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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