Html Css Color HEX #AD06EA Electric Purple

📋 copy color: '#AD06EA'

red 173 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #AD06EA

Tints of Electric Purple #AD06EA

RGB

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

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

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

R = 41.89%
G = 1.45%
B = 56.66%

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

#AD06EA (or 0xAD06EA) is known color: Electric Purple. HEX triplet: AD, 06 and EA. RGB value is (173,6,234). Sum of RGB (Red+Green+Blue) = 173+6+234=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD06EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD06EA is #52F915. Grayscale: #515151. Windows color (decimal): -5437718 or 15337133. OLE color: 15337133.

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

Color convert

RGB 173 6 234 -
CMYK 0.26 0.97 0 0.08
HSL 283.95º 0.95% 0.47% -
HSV(B) 283.95º 0.97% 0.92% -
XYZ 32.15 14.96 79.03 -
YUV 81.93 213.83 192.96 -
System Red Green Blue C M Y K H S L
Decimal 173 6 234 0.26 0.97 0 0.08 283.95 0.95 0.47
Hex AD 6 EA 1A 61 0 8 11C 5F 2F
Octal 255 6 352 32 141 0 10 434 137 57
Binary 10101101 110 11101010 11010 1100001 0 1000 100011100 1011111 101111

Color Harmonies of #AD06EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD06EA

Black with #AD06EA

Text Example


Text Example

White with #AD06EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD06EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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