Html Css Color HEX #AD06ED Electric Purple

📋 copy color: '#AD06ED'

red 173 ◦ green 6 ◦ blue 237

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

Shades of Electric Purple #AD06ED

Tints of Electric Purple #AD06ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.97%

R = 41.59%
G = 1.44%
B = 56.97%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AD06ED (or 0xAD06ED) is known color: Electric Purple. HEX triplet: AD, 06 and ED. RGB value is (173,6,237). Sum of RGB (Red+Green+Blue) = 173+6+237=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 6 (2.73% from 255 or 1.44% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #AD06ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD06ED is #52F912. Grayscale: #515151. Windows color (decimal): -5437715 or 15533741. OLE color: 15533741.

HSL color Cylindrical-coordinate representation of color #AD06ED: hue angle of 283.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD06ED is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 173 6 237 -
CMYK 0.27 0.97 0 0.07
HSL 283.38º 0.95% 0.48% -
HSV(B) 283.38º 0.97% 0.93% -
XYZ 32.58 15.13 81.32 -
YUV 82.27 215.33 192.72 -
System Red Green Blue C M Y K H S L
Decimal 173 6 237 0.27 0.97 0 0.07 283.38 0.95 0.48
Hex AD 6 ED 1B 61 0 7 11B 5F 30
Octal 255 6 355 33 141 0 7 433 137 60
Binary 10101101 110 11101101 11011 1100001 0 111 100011011 1011111 110000

Color Harmonies of #AD06ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06ED

Black with #AD06ED

Text Example


Text Example

White with #AD06ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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