Html Css Color HEX #AD1BF8 Electric Purple

📋 copy color: '#AD1BF8'

red 173 ◦ green 27 ◦ blue 248

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

Shades of Electric Purple #AD1BF8

Tints of Electric Purple #AD1BF8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.03%

 BLUE value IS 248 (97.27% from 255) = 55.36%

R = 38.62%
G = 6.03%
B = 55.36%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#AD1BF8 (or 0xAD1BF8) is known color: Electric Purple. HEX triplet: AD, 1B and F8. RGB value is (173,27,248). Sum of RGB (Red+Green+Blue) = 173+27+248=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 248 (97.27% from 255 or 55.36% from 448); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD1BF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BF8 is #52E407. Grayscale: #5F5F5F. Windows color (decimal): -5432328 or 16260013. OLE color: 16260013.

HSL color Cylindrical-coordinate representation of color #AD1BF8: hue angle of 279.64º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1BF8 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 27 248 -
CMYK 0.30 0.89 0 0.03
HSL 279.64º 0.94% 0.54% -
HSV(B) 279.64º 0.89% 0.97% -
XYZ 34.57 16.45 90.16 -
YUV 95.85 213.87 183.03 -
System Red Green Blue C M Y K H S L
Decimal 173 27 248 0.30 0.89 0 0.03 279.64 0.94 0.54
Hex AD 1B F8 1E 59 0 3 118 5E 36
Octal 255 33 370 36 131 0 3 430 136 66
Binary 10101101 11011 11111000 11110 1011001 0 11 100011000 1011110 110110

Color Harmonies of #AD1BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BF8

Black with #AD1BF8

Text Example


Text Example

White with #AD1BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BF8; }

 p { color: rgb(173,27,248); }

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

background-color css

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

 a { background-color: rgb(173,27,248); }

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

border-color css

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

 span { border-color: rgb(173,27,248); }

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