Html Css Color HEX #AD11FB Electric Purple

📋 copy color: '#AD11FB'

red 173 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #AD11FB

Tints of Electric Purple #AD11FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.85%

 BLUE value IS 251 (98.44% from 255) = 56.92%

R = 39.23%
G = 3.85%
B = 56.92%

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

#AD11FB (or 0xAD11FB) is known color: Electric Purple. HEX triplet: AD, 11 and FB. RGB value is (173,17,251). Sum of RGB (Red+Green+Blue) = 173+17+251=441 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.23% from 441); Green value is 17 (7.03% from 255 or 3.85% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD11FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD11FB is #52EE04. Grayscale: #595959. Windows color (decimal): -5434885 or 16454061. OLE color: 16454061.

HSL color Cylindrical-coordinate representation of color #AD11FB: hue angle of 280º degrees, saturation: 0.97, 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 #AD11FB is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 17 251 -
CMYK 0.31 0.93 0 0.02
HSL 280º 0.97% 0.53% -
HSV(B) 280º 0.93% 0.98% -
XYZ 34.85 16.25 92.57 -
YUV 90.32 218.68 186.97 -
System Red Green Blue C M Y K H S L
Decimal 173 17 251 0.31 0.93 0 0.02 280 0.97 0.53
Hex AD 11 FB 1F 5D 0 2 118 61 35
Octal 255 21 373 37 135 0 2 430 141 65
Binary 10101101 10001 11111011 11111 1011101 0 10 100011000 1100001 110101

Color Harmonies of #AD11FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD11FB

Black with #AD11FB

Text Example


Text Example

White with #AD11FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD11FB; }

 p { color: rgb(173,17,251); }

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

background-color css

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

 a { background-color: rgb(173,17,251); }

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

border-color css

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

 span { border-color: rgb(173,17,251); }

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