Html Css Color HEX #AD12EA Electric Purple

📋 copy color: '#AD12EA'

red 173 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #AD12EA

Tints of Electric Purple #AD12EA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.24%

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

R = 40.71%
G = 4.24%
B = 55.06%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD12EA (or 0xAD12EA) is known color: Electric Purple. HEX triplet: AD, 12 and EA. RGB value is (173,18,234). Sum of RGB (Red+Green+Blue) = 173+18+234=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 18 (7.42% from 255 or 4.24% from 425); Blue value is 234 (91.80% from 255 or 55.06% from 425); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD12EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12EA is #52ED15. Grayscale: #585858. Windows color (decimal): -5434646 or 15340205. OLE color: 15340205.

HSL color Cylindrical-coordinate representation of color #AD12EA: hue angle of 283.06º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD12EA is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 18 234 -
CMYK 0.26 0.92 0 0.08
HSL 283.06º 0.86% 0.49% -
HSV(B) 283.06º 0.92% 0.92% -
XYZ 32.3 15.26 79.08 -
YUV 88.97 209.85 187.94 -
System Red Green Blue C M Y K H S L
Decimal 173 18 234 0.26 0.92 0 0.08 283.06 0.86 0.49
Hex AD 12 EA 1A 5C 0 8 11B 56 31
Octal 255 22 352 32 134 0 10 433 126 61
Binary 10101101 10010 11101010 11010 1011100 0 1000 100011011 1010110 110001

Color Harmonies of #AD12EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12EA

Black with #AD12EA

Text Example


Text Example

White with #AD12EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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