Html Css Color HEX #AD1BF6 Electric Purple

📋 copy color: '#AD1BF6'

red 173 ◦ green 27 ◦ blue 246

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

Shades of Electric Purple #AD1BF6

Tints of Electric Purple #AD1BF6

RGB

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

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

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

R = 38.79%
G = 6.05%
B = 55.16%

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

#AD1BF6 (or 0xAD1BF6) is known color: Electric Purple. HEX triplet: AD, 1B and F6. RGB value is (173,27,246). Sum of RGB (Red+Green+Blue) = 173+27+246=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 27 (10.94% from 255 or 6.05% from 446); Blue value is 246 (96.48% from 255 or 55.16% from 446); Max value from RGB is 246 - color contains mainly: blue. Hex color #AD1BF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD1BF6 is #52E409. Grayscale: #5E5E5E. Windows color (decimal): -5432330 or 16128941. OLE color: 16128941.

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

Color convert

RGB 173 27 246 -
CMYK 0.30 0.89 0 0.04
HSL 280º 0.92% 0.54% -
HSV(B) 280º 0.89% 0.96% -
XYZ 34.26 16.32 88.53 -
YUV 95.62 212.87 183.19 -
System Red Green Blue C M Y K H S L
Decimal 173 27 246 0.30 0.89 0 0.04 280 0.92 0.54
Hex AD 1B F6 1E 59 0 4 118 5C 36
Octal 255 33 366 36 131 0 4 430 134 66
Binary 10101101 11011 11110110 11110 1011001 0 100 100011000 1011100 110110

Color Harmonies of #AD1BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1BF6

Black with #AD1BF6

Text Example


Text Example

White with #AD1BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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