Html Css Color HEX #AD1CF7 Electric Purple

📋 copy color: '#AD1CF7'

red 173 ◦ green 28 ◦ blue 247

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

Shades of Electric Purple #AD1CF7

Tints of Electric Purple #AD1CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.13%

R = 38.62%
G = 6.25%
B = 55.13%

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

#AD1CF7 (or 0xAD1CF7) is known color: Electric Purple. HEX triplet: AD, 1C and F7. RGB value is (173,28,247). Sum of RGB (Red+Green+Blue) = 173+28+247=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 247 (96.88% from 255 or 55.13% from 448); Max value from RGB is 247 - color contains mainly: blue. Hex color #AD1CF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1CF7 is #52E308. Grayscale: #5F5F5F. Windows color (decimal): -5432073 or 16194733. OLE color: 16194733.

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

Color convert

RGB 173 28 247 -
CMYK 0.30 0.89 0 0.03
HSL 279.73º 0.93% 0.54% -
HSV(B) 279.73º 0.89% 0.97% -
XYZ 34.44 16.43 89.35 -
YUV 96.32 213.04 182.69 -
System Red Green Blue C M Y K H S L
Decimal 173 28 247 0.30 0.89 0 0.03 279.73 0.93 0.54
Hex AD 1C F7 1E 59 0 3 118 5D 36
Octal 255 34 367 36 131 0 3 430 135 66
Binary 10101101 11100 11110111 11110 1011001 0 11 100011000 1011101 110110

Color Harmonies of #AD1CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1CF7

Black with #AD1CF7

Text Example


Text Example

White with #AD1CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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