Html Css Color HEX #AB71E8 Medium Purple

📋 copy color: '#AB71E8'

red 171 ◦ green 113 ◦ blue 232

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

Shades of Medium Purple #AB71E8

Tints of Medium Purple #AB71E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 44.96%

R = 33.14%
G = 21.9%
B = 44.96%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AB71E8 (or 0xAB71E8) is known color: Medium Purple. HEX triplet: AB, 71 and E8. RGB value is (171,113,232). Sum of RGB (Red+Green+Blue) = 171+113+232=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 232 (91.02% from 255 or 44.96% from 516); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB71E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71E8 is #548E17. Grayscale: #8F8F8F. Windows color (decimal): -5541400 or 15233451. OLE color: 15233451.

HSL color Cylindrical-coordinate representation of color #AB71E8: hue angle of 269.24º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AB71E8 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 171 113 232 -
CMYK 0.26 0.51 0 0.09
HSL 269.24º 0.72% 0.68% -
HSV(B) 269.24º 0.51% 0.91% -
XYZ 37.27 26.29 79.46 -
YUV 143.91 177.72 147.32 -
System Red Green Blue C M Y K H S L
Decimal 171 113 232 0.26 0.51 0 0.09 269.24 0.72 0.68
Hex AB 71 E8 1A 33 0 9 10D 48 44
Octal 253 161 350 32 63 0 11 415 110 104
Binary 10101011 1110001 11101000 11010 110011 0 1001 100001101 1001000 1000100

Color Harmonies of #AB71E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71E8

Black with #AB71E8

Text Example


Text Example

White with #AB71E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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