Html Css Color HEX #AD1AF6 Electric Purple

📋 copy color: '#AD1AF6'

red 173 ◦ green 26 ◦ blue 246

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

Shades of Electric Purple #AD1AF6

Tints of Electric Purple #AD1AF6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.84%

 BLUE value IS 246 (96.48% from 255) = 55.28%

R = 38.88%
G = 5.84%
B = 55.28%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AD1AF6 (or 0xAD1AF6) is known color: Electric Purple. HEX triplet: AD, 1A and F6. RGB value is (173,26,246). Sum of RGB (Red+Green+Blue) = 173+26+246=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 246 (96.48% from 255 or 55.28% from 445); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD1AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1AF6 is #52E509. Grayscale: #5E5E5E. Windows color (decimal): -5432586 or 16128685. OLE color: 16128685.

HSL color Cylindrical-coordinate representation of color #AD1AF6: hue angle of 280.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD1AF6 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 26 246 -
CMYK 0.30 0.89 0 0.04
HSL 280.09º 0.92% 0.53% -
HSV(B) 280.09º 0.89% 0.96% -
XYZ 34.24 16.28 88.53 -
YUV 95.03 213.2 183.61 -
System Red Green Blue C M Y K H S L
Decimal 173 26 246 0.30 0.89 0 0.04 280.09 0.92 0.53
Hex AD 1A F6 1E 59 0 4 118 5C 35
Octal 255 32 366 36 131 0 4 430 134 65
Binary 10101101 11010 11110110 11110 1011001 0 100 100011000 1011100 110101

Color Harmonies of #AD1AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1AF6

Black with #AD1AF6

Text Example


Text Example

White with #AD1AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1AF6; }

 p { color: rgb(173,26,246); }

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

background-color css

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

 a { background-color: rgb(173,26,246); }

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

border-color css

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

 span { border-color: rgb(173,26,246); }

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