Html Css Color HEX #AD15FB Electric Purple

📋 copy color: '#AD15FB'

red 173 ◦ green 21 ◦ blue 251

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

Shades of Electric Purple #AD15FB

Tints of Electric Purple #AD15FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.72%

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

R = 38.88%
G = 4.72%
B = 56.4%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AD15FB (or 0xAD15FB) is known color: Electric Purple. HEX triplet: AD, 15 and FB. RGB value is (173,21,251). Sum of RGB (Red+Green+Blue) = 173+21+251=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #AD15FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD15FB is #52EA04. Grayscale: #5B5B5B. Windows color (decimal): -5433861 or 16455085. OLE color: 16455085.

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

Color convert

RGB 173 21 251 -
CMYK 0.31 0.92 0 0.02
HSL 279.65º 0.97% 0.53% -
HSV(B) 279.65º 0.92% 0.98% -
XYZ 34.91 16.39 92.59 -
YUV 92.67 217.36 185.3 -
System Red Green Blue C M Y K H S L
Decimal 173 21 251 0.31 0.92 0 0.02 279.65 0.97 0.53
Hex AD 15 FB 1F 5C 0 2 118 61 35
Octal 255 25 373 37 134 0 2 430 141 65
Binary 10101101 10101 11111011 11111 1011100 0 10 100011000 1100001 110101

Color Harmonies of #AD15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15FB

Black with #AD15FB

Text Example


Text Example

White with #AD15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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