Html Css Color HEX #AB0BFE Electric Purple

📋 copy color: '#AB0BFE'

red 171 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #AB0BFE

Tints of Electric Purple #AB0BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.52%

 BLUE value IS 254 (99.61% from 255) = 58.26%

R = 39.22%
G = 2.52%
B = 58.26%

CMYK

 C value IS 0.33

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AB0BFE (or 0xAB0BFE) is known color: Electric Purple. HEX triplet: AB, 0B and FE. RGB value is (171,11,254). Sum of RGB (Red+Green+Blue) = 171+11+254=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 11 (4.69% from 255 or 2.52% from 436); Blue value is 254 (99.61% from 255 or 58.26% from 436); Max value from RGB is 254 - color contains mainly: blue. Hex color #AB0BFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB0BFE is #54F401. Grayscale: #555555. Windows color (decimal): -5567490 or 16649131. OLE color: 16649131.

HSL color Cylindrical-coordinate representation of color #AB0BFE: hue angle of 279.51º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0BFE is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 171 11 254 -
CMYK 0.33 0.96 0 0.00
HSL 279.51º 0.99% 0.52% -
HSV(B) 279.51º 0.96% 1% -
XYZ 34.8 16.05 95.03 -
YUV 86.54 222.51 188.24 -
System Red Green Blue C M Y K H S L
Decimal 171 11 254 0.33 0.96 0 0.00 279.51 0.99 0.52
Hex AB B FE 21 60 0 0 118 63 34
Octal 253 13 376 41 140 0 0 430 143 64
Binary 10101011 1011 11111110 100001 1100000 0 0 100011000 1100011 110100

Color Harmonies of #AB0BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0BFE

Black with #AB0BFE

Text Example


Text Example

White with #AB0BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0BFE; }

 p { color: rgb(171,11,254); }

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

background-color css

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

 a { background-color: rgb(171,11,254); }

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

border-color css

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

 span { border-color: rgb(171,11,254); }

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