Html Css Color HEX #AB0FFA Electric Purple

📋 copy color: '#AB0FFA'

red 171 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #AB0FFA

Tints of Electric Purple #AB0FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 57.34%

R = 39.22%
G = 3.44%
B = 57.34%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB0FFA (or 0xAB0FFA) is known color: Electric Purple. HEX triplet: AB, 0F and FA. RGB value is (171,15,250). Sum of RGB (Red+Green+Blue) = 171+15+250=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 15 (6.25% from 255 or 3.44% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB0FFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0FFA is #54F005. Grayscale: #575757. Windows color (decimal): -5566470 or 16388011. OLE color: 16388011.

HSL color Cylindrical-coordinate representation of color #AB0FFA: hue angle of 279.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB0FFA is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 15 250 -
CMYK 0.32 0.94 0 0.02
HSL 279.83º 0.96% 0.52% -
HSV(B) 279.83º 0.94% 0.98% -
XYZ 34.22 15.9 91.71 -
YUV 88.43 219.18 186.89 -
System Red Green Blue C M Y K H S L
Decimal 171 15 250 0.32 0.94 0 0.02 279.83 0.96 0.52
Hex AB F FA 20 5E 0 2 118 60 34
Octal 253 17 372 40 136 0 2 430 140 64
Binary 10101011 1111 11111010 100000 1011110 0 10 100011000 1100000 110100

Color Harmonies of #AB0FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0FFA

Black with #AB0FFA

Text Example


Text Example

White with #AB0FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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