Html Css Color HEX #AD1FFA Electric Purple

📋 copy color: '#AD1FFA'

red 173 ◦ green 31 ◦ blue 250

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

Shades of Electric Purple #AD1FFA

Tints of Electric Purple #AD1FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.83%

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

R = 38.11%
G = 6.83%
B = 55.07%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD1FFA (or 0xAD1FFA) is known color: Electric Purple. HEX triplet: AD, 1F and FA. RGB value is (173,31,250). Sum of RGB (Red+Green+Blue) = 173+31+250=454 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.11% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD1FFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1FFA is #52E005. Grayscale: #616161. Windows color (decimal): -5431302 or 16392109. OLE color: 16392109.

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

Color convert

RGB 173 31 250 -
CMYK 0.31 0.88 0 0.02
HSL 278.9º 0.96% 0.55% -
HSV(B) 278.9º 0.88% 0.98% -
XYZ 34.98 16.77 91.84 -
YUV 98.42 213.54 181.19 -
System Red Green Blue C M Y K H S L
Decimal 173 31 250 0.31 0.88 0 0.02 278.9 0.96 0.55
Hex AD 1F FA 1F 58 0 2 117 60 37
Octal 255 37 372 37 130 0 2 427 140 67
Binary 10101101 11111 11111010 11111 1011000 0 10 100010111 1100000 110111

Color Harmonies of #AD1FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1FFA

Black with #AD1FFA

Text Example


Text Example

White with #AD1FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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