Html Css Color HEX #AD1CF8 Electric Purple

📋 copy color: '#AD1CF8'

red 173 ◦ green 28 ◦ blue 248

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

Shades of Electric Purple #AD1CF8

Tints of Electric Purple #AD1CF8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.24%

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

R = 38.53%
G = 6.24%
B = 55.23%

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

#AD1CF8 (or 0xAD1CF8) is known color: Electric Purple. HEX triplet: AD, 1C and F8. RGB value is (173,28,248). Sum of RGB (Red+Green+Blue) = 173+28+248=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 28 (11.33% from 255 or 6.24% from 449); Blue value is 248 (97.27% from 255 or 55.23% from 449); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD1CF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CF8 is #52E307. Grayscale: #5F5F5F. Windows color (decimal): -5432072 or 16260269. OLE color: 16260269.

HSL color Cylindrical-coordinate representation of color #AD1CF8: hue angle of 279.55º 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 #AD1CF8 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 28 248 -
CMYK 0.30 0.89 0 0.03
HSL 279.55º 0.94% 0.54% -
HSV(B) 279.55º 0.89% 0.97% -
XYZ 34.59 16.49 90.17 -
YUV 96.44 213.54 182.61 -
System Red Green Blue C M Y K H S L
Decimal 173 28 248 0.30 0.89 0 0.03 279.55 0.94 0.54
Hex AD 1C F8 1E 59 0 3 118 5E 36
Octal 255 34 370 36 131 0 3 430 136 66
Binary 10101101 11100 11111000 11110 1011001 0 11 100011000 1011110 110110

Color Harmonies of #AD1CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CF8

Black with #AD1CF8

Text Example


Text Example

White with #AD1CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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