Html Css Color HEX #AD12FA Electric Purple

📋 copy color: '#AD12FA'

red 173 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #AD12FA

Tints of Electric Purple #AD12FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 56.69%

R = 39.23%
G = 4.08%
B = 56.69%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD12FA (or 0xAD12FA) is known color: Electric Purple. HEX triplet: AD, 12 and FA. RGB value is (173,18,250). Sum of RGB (Red+Green+Blue) = 173+18+250=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 250 (98.05% from 255 or 56.69% from 441); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD12FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD12FA is #52ED05. Grayscale: #5A5A5A. Windows color (decimal): -5434630 or 16388781. OLE color: 16388781.

HSL color Cylindrical-coordinate representation of color #AD12FA: hue angle of 280.09º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD12FA is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 18 250 -
CMYK 0.31 0.93 0 0.02
HSL 280.09º 0.96% 0.53% -
HSV(B) 280.09º 0.93% 0.98% -
XYZ 34.71 16.22 91.74 -
YUV 90.79 217.85 186.64 -
System Red Green Blue C M Y K H S L
Decimal 173 18 250 0.31 0.93 0 0.02 280.09 0.96 0.53
Hex AD 12 FA 1F 5D 0 2 118 60 35
Octal 255 22 372 37 135 0 2 430 140 65
Binary 10101101 10010 11111010 11111 1011101 0 10 100011000 1100000 110101

Color Harmonies of #AD12FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD12FA

Black with #AD12FA

Text Example


Text Example

White with #AD12FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD12FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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