Html Css Color HEX #AD07EA Electric Purple

📋 copy color: '#AD07EA'

red 173 ◦ green 7 ◦ blue 234

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

Shades of Electric Purple #AD07EA

Tints of Electric Purple #AD07EA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.69%

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

R = 41.79%
G = 1.69%
B = 56.52%

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

#AD07EA (or 0xAD07EA) is known color: Electric Purple. HEX triplet: AD, 07 and EA. RGB value is (173,7,234). Sum of RGB (Red+Green+Blue) = 173+7+234=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD07EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07EA is #52F815. Grayscale: #515151. Windows color (decimal): -5437462 or 15337389. OLE color: 15337389.

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

Color convert

RGB 173 7 234 -
CMYK 0.26 0.97 0 0.08
HSL 283.88º 0.94% 0.47% -
HSV(B) 283.88º 0.97% 0.92% -
XYZ 32.16 14.98 79.04 -
YUV 82.51 213.5 192.54 -
System Red Green Blue C M Y K H S L
Decimal 173 7 234 0.26 0.97 0 0.08 283.88 0.94 0.47
Hex AD 7 EA 1A 61 0 8 11C 5E 2F
Octal 255 7 352 32 141 0 10 434 136 57
Binary 10101101 111 11101010 11010 1100001 0 1000 100011100 1011110 101111

Color Harmonies of #AD07EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07EA

Black with #AD07EA

Text Example


Text Example

White with #AD07EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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