Html Css Color HEX #AB10FC Electric Purple

📋 copy color: '#AB10FC'

red 171 ◦ green 16 ◦ blue 252

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

Shades of Electric Purple #AB10FC

Tints of Electric Purple #AB10FC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.64%

 BLUE value IS 252 (98.83% from 255) = 57.4%

R = 38.95%
G = 3.64%
B = 57.4%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB10FC (or 0xAB10FC) is known color: Electric Purple. HEX triplet: AB, 10 and FC. RGB value is (171,16,252). Sum of RGB (Red+Green+Blue) = 171+16+252=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB10FC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10FC is #54EF03. Grayscale: #585858. Windows color (decimal): -5566212 or 16519339. OLE color: 16519339.

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

Color convert

RGB 171 16 252 -
CMYK 0.32 0.94 0 0.01
HSL 279.41º 0.98% 0.53% -
HSV(B) 279.41º 0.94% 0.99% -
XYZ 34.55 16.06 93.37 -
YUV 89.25 219.85 186.31 -
System Red Green Blue C M Y K H S L
Decimal 171 16 252 0.32 0.94 0 0.01 279.41 0.98 0.53
Hex AB 10 FC 20 5E 0 1 117 62 35
Octal 253 20 374 40 136 0 1 427 142 65
Binary 10101011 10000 11111100 100000 1011110 0 1 100010111 1100010 110101

Color Harmonies of #AB10FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10FC

Black with #AB10FC

Text Example


Text Example

White with #AB10FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10FC; }

 p { color: rgb(171,16,252); }

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

background-color css

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

 a { background-color: rgb(171,16,252); }

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

border-color css

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

 span { border-color: rgb(171,16,252); }

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