Html Css Color HEX #AB0FF6 Electric Purple

📋 copy color: '#AB0FF6'

red 171 ◦ green 15 ◦ blue 246

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

Shades of Electric Purple #AB0FF6

Tints of Electric Purple #AB0FF6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.47%

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

R = 39.58%
G = 3.47%
B = 56.94%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB0FF6 (or 0xAB0FF6) is known color: Electric Purple. HEX triplet: AB, 0F and F6. RGB value is (171,15,246). Sum of RGB (Red+Green+Blue) = 171+15+246=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 246 (96.48% from 255 or 56.94% from 432); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB0FF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FF6 is #54F009. Grayscale: #575757. Windows color (decimal): -5566474 or 16125867. OLE color: 16125867.

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

Color convert

RGB 171 15 246 -
CMYK 0.30 0.94 0 0.04
HSL 280.52º 0.93% 0.51% -
HSV(B) 280.52º 0.94% 0.96% -
XYZ 33.6 15.65 88.44 -
YUV 87.98 217.18 187.22 -
System Red Green Blue C M Y K H S L
Decimal 171 15 246 0.30 0.94 0 0.04 280.52 0.93 0.51
Hex AB F F6 1E 5E 0 4 119 5D 33
Octal 253 17 366 36 136 0 4 431 135 63
Binary 10101011 1111 11110110 11110 1011110 0 100 100011001 1011101 110011

Color Harmonies of #AB0FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FF6

Black with #AB0FF6

Text Example


Text Example

White with #AB0FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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