Html Css Color HEX #AB11F6 Electric Purple

📋 copy color: '#AB11F6'

red 171 ◦ green 17 ◦ blue 246

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

Shades of Electric Purple #AB11F6

Tints of Electric Purple #AB11F6

RGB

 RED value IS 171 (67.19% from 255) = 39.4%

 GREEN value IS 17 (7.03% from 255) = 3.92%

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

R = 39.4%
G = 3.92%
B = 56.68%

CMYK

 C value IS 0.30

 M value IS 0.93

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB11F6 (or 0xAB11F6) is known color: Electric Purple. HEX triplet: AB, 11 and F6. RGB value is (171,17,246). Sum of RGB (Red+Green+Blue) = 171+17+246=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 246 (96.48% from 255 or 56.68% from 434); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB11F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB11F6 is #54EE09. Grayscale: #585858. Windows color (decimal): -5565962 or 16126379. OLE color: 16126379.

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

Color convert

RGB 171 17 246 -
CMYK 0.30 0.93 0 0.04
HSL 280.35º 0.93% 0.52% -
HSV(B) 280.35º 0.93% 0.96% -
XYZ 33.63 15.71 88.45 -
YUV 89.15 216.52 186.38 -
System Red Green Blue C M Y K H S L
Decimal 171 17 246 0.30 0.93 0 0.04 280.35 0.93 0.52
Hex AB 11 F6 1E 5D 0 4 118 5D 34
Octal 253 21 366 36 135 0 4 430 135 64
Binary 10101011 10001 11110110 11110 1011101 0 100 100011000 1011101 110100

Color Harmonies of #AB11F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB11F6

Black with #AB11F6

Text Example


Text Example

White with #AB11F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB11F6; }

 p { color: rgb(171,17,246); }

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

background-color css

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

 a { background-color: rgb(171,17,246); }

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

border-color css

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

 span { border-color: rgb(171,17,246); }

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