Html Css Color HEX #AB10F0 Electric Purple

📋 copy color: '#AB10F0'

red 171 ◦ green 16 ◦ blue 240

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

Shades of Electric Purple #AB10F0

Tints of Electric Purple #AB10F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 56.21%

R = 40.05%
G = 3.75%
B = 56.21%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB10F0 (or 0xAB10F0) is known color: Electric Purple. HEX triplet: AB, 10 and F0. RGB value is (171,16,240). Sum of RGB (Red+Green+Blue) = 171+16+240=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 16 (6.64% from 255 or 3.75% from 427); Blue value is 240 (94.14% from 255 or 56.21% from 427); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB10F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB10F0 is #54EF0F. Grayscale: #575757. Windows color (decimal): -5566224 or 15732907. OLE color: 15732907.

HSL color Cylindrical-coordinate representation of color #AB10F0: hue angle of 281.52º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB10F0 is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 16 240 -
CMYK 0.29 0.93 0 0.06
HSL 281.52º 0.88% 0.5% -
HSV(B) 281.52º 0.93% 0.94% -
XYZ 32.71 15.32 83.67 -
YUV 87.88 213.85 187.29 -
System Red Green Blue C M Y K H S L
Decimal 171 16 240 0.29 0.93 0 0.06 281.52 0.88 0.5
Hex AB 10 F0 1D 5D 0 6 11A 58 32
Octal 253 20 360 35 135 0 6 432 130 62
Binary 10101011 10000 11110000 11101 1011101 0 110 100011010 1011000 110010

Color Harmonies of #AB10F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10F0

Black with #AB10F0

Text Example


Text Example

White with #AB10F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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