Html Css Color HEX #AB16FD Electric Purple

📋 copy color: '#AB16FD'

red 171 ◦ green 22 ◦ blue 253

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

Shades of Electric Purple #AB16FD

Tints of Electric Purple #AB16FD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.93%

 BLUE value IS 253 (99.22% from 255) = 56.73%

R = 38.34%
G = 4.93%
B = 56.73%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB16FD (or 0xAB16FD) is known color: Electric Purple. HEX triplet: AB, 16 and FD. RGB value is (171,22,253). Sum of RGB (Red+Green+Blue) = 171+22+253=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 22 (8.98% from 255 or 4.93% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #AB16FD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16FD is #54E902. Grayscale: #5C5C5C. Windows color (decimal): -5564675 or 16586411. OLE color: 16586411.

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

Color convert

RGB 171 22 253 -
CMYK 0.32 0.91 0 0.01
HSL 278.7º 0.98% 0.54% -
HSV(B) 278.7º 0.91% 0.99% -
XYZ 34.81 16.32 94.24 -
YUV 92.89 218.36 183.72 -
System Red Green Blue C M Y K H S L
Decimal 171 22 253 0.32 0.91 0 0.01 278.7 0.98 0.54
Hex AB 16 FD 20 5B 0 1 117 62 36
Octal 253 26 375 40 133 0 1 427 142 66
Binary 10101011 10110 11111101 100000 1011011 0 1 100010111 1100010 110110

Color Harmonies of #AB16FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16FD

Black with #AB16FD

Text Example


Text Example

White with #AB16FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16FD; }

 p { color: rgb(171,22,253); }

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

background-color css

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

 a { background-color: rgb(171,22,253); }

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

border-color css

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

 span { border-color: rgb(171,22,253); }

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