Html Css Color HEX #AB15FB Electric Purple

📋 copy color: '#AB15FB'

red 171 ◦ green 21 ◦ blue 251

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

Shades of Electric Purple #AB15FB

Tints of Electric Purple #AB15FB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.74%

 BLUE value IS 251 (98.44% from 255) = 56.66%

R = 38.6%
G = 4.74%
B = 56.66%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB15FB (or 0xAB15FB) is known color: Electric Purple. HEX triplet: AB, 15 and FB. RGB value is (171,21,251). Sum of RGB (Red+Green+Blue) = 171+21+251=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 21 (8.59% from 255 or 4.74% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #AB15FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB15FB is #54EA04. Grayscale: #5B5B5B. Windows color (decimal): -5564933 or 16455083. OLE color: 16455083.

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

Color convert

RGB 171 21 251 -
CMYK 0.32 0.92 0 0.02
HSL 279.13º 0.97% 0.53% -
HSV(B) 279.13º 0.92% 0.98% -
XYZ 34.48 16.16 92.57 -
YUV 92.07 217.7 184.3 -
System Red Green Blue C M Y K H S L
Decimal 171 21 251 0.32 0.92 0 0.02 279.13 0.97 0.53
Hex AB 15 FB 20 5C 0 2 117 61 35
Octal 253 25 373 40 134 0 2 427 141 65
Binary 10101011 10101 11111011 100000 1011100 0 10 100010111 1100001 110101

Color Harmonies of #AB15FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB15FB

Black with #AB15FB

Text Example


Text Example

White with #AB15FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB15FB; }

 p { color: rgb(171,21,251); }

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

background-color css

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

 a { background-color: rgb(171,21,251); }

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

border-color css

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

 span { border-color: rgb(171,21,251); }

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