Html Css Color HEX #AB16ED Electric Purple

📋 copy color: '#AB16ED'

red 171 ◦ green 22 ◦ blue 237

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

Shades of Electric Purple #AB16ED

Tints of Electric Purple #AB16ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.12%

R = 39.77%
G = 5.12%
B = 55.12%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB16ED (or 0xAB16ED) is known color: Electric Purple. HEX triplet: AB, 16 and ED. RGB value is (171,22,237). Sum of RGB (Red+Green+Blue) = 171+22+237=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 22 (8.98% from 255 or 5.12% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #AB16ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB16ED is #54E912. Grayscale: #5A5A5A. Windows color (decimal): -5564691 or 15537835. OLE color: 15537835.

HSL color Cylindrical-coordinate representation of color #AB16ED: hue angle of 281.58º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB16ED is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 22 237 -
CMYK 0.28 0.91 0 0.07
HSL 281.58º 0.86% 0.51% -
HSV(B) 281.58º 0.91% 0.93% -
XYZ 32.37 15.35 81.38 -
YUV 91.06 210.36 185.02 -
System Red Green Blue C M Y K H S L
Decimal 171 22 237 0.28 0.91 0 0.07 281.58 0.86 0.51
Hex AB 16 ED 1C 5B 0 7 11A 56 33
Octal 253 26 355 34 133 0 7 432 126 63
Binary 10101011 10110 11101101 11100 1011011 0 111 100011010 1010110 110011

Color Harmonies of #AB16ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB16ED

Black with #AB16ED

Text Example


Text Example

White with #AB16ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB16ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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