Html Css Color HEX #AB71EF Medium Purple

📋 copy color: '#AB71EF'

red 171 ◦ green 113 ◦ blue 239

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

Shades of Medium Purple #AB71EF

Tints of Medium Purple #AB71EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.7%

R = 32.7%
G = 21.61%
B = 45.7%

CMYK

 C value IS 0.28

 M value IS 0.53

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB71EF (or 0xAB71EF) is known color: Medium Purple. HEX triplet: AB, 71 and EF. RGB value is (171,113,239). Sum of RGB (Red+Green+Blue) = 171+113+239=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB71EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71EF is #548E10. Grayscale: #909090. Windows color (decimal): -5541393 or 15692203. OLE color: 15692203.

HSL color Cylindrical-coordinate representation of color #AB71EF: hue angle of 267.62º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB71EF is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 113 239 -
CMYK 0.28 0.53 0 0.06
HSL 267.62º 0.8% 0.69% -
HSV(B) 267.62º 0.53% 0.94% -
XYZ 38.28 26.7 84.8 -
YUV 144.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 171 113 239 0.28 0.53 0 0.06 267.62 0.8 0.69
Hex AB 71 EF 1C 35 0 6 10C 50 45
Octal 253 161 357 34 65 0 6 414 120 105
Binary 10101011 1110001 11101111 11100 110101 0 110 100001100 1010000 1000101

Color Harmonies of #AB71EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71EF

Black with #AB71EF

Text Example


Text Example

White with #AB71EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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