Html Css Color HEX #AB71EC Medium Purple

📋 copy color: '#AB71EC'

red 171 ◦ green 113 ◦ blue 236

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

Shades of Medium Purple #AB71EC

Tints of Medium Purple #AB71EC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.73%

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 32.88%
G = 21.73%
B = 45.38%

CMYK

 C value IS 0.28

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AB71EC (or 0xAB71EC) is known color: Medium Purple. HEX triplet: AB, 71 and EC. RGB value is (171,113,236). Sum of RGB (Red+Green+Blue) = 171+113+236=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB71EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71EC is #548E13. Grayscale: #8F8F8F. Windows color (decimal): -5541396 or 15495595. OLE color: 15495595.

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

Color convert

RGB 171 113 236 -
CMYK 0.28 0.52 0 0.07
HSL 268.29º 0.76% 0.68% -
HSV(B) 268.29º 0.52% 0.93% -
XYZ 37.84 26.52 82.48 -
YUV 144.36 179.72 147 -
System Red Green Blue C M Y K H S L
Decimal 171 113 236 0.28 0.52 0 0.07 268.29 0.76 0.68
Hex AB 71 EC 1C 34 0 7 10C 4C 44
Octal 253 161 354 34 64 0 7 414 114 104
Binary 10101011 1110001 11101100 11100 110100 0 111 100001100 1001100 1000100

Color Harmonies of #AB71EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71EC

Black with #AB71EC

Text Example


Text Example

White with #AB71EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71EC; }

 p { color: rgb(171,113,236); }

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

background-color css

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

 a { background-color: rgb(171,113,236); }

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

border-color css

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

 span { border-color: rgb(171,113,236); }

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