Html Css Color HEX #AB71EB Medium Purple

📋 copy color: '#AB71EB'

red 171 ◦ green 113 ◦ blue 235

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

Shades of Medium Purple #AB71EB

Tints of Medium Purple #AB71EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.28%

R = 32.95%
G = 21.77%
B = 45.28%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB71EB (or 0xAB71EB) is known color: Medium Purple. HEX triplet: AB, 71 and EB. RGB value is (171,113,235). Sum of RGB (Red+Green+Blue) = 171+113+235=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB71EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71EB is #548E14. Grayscale: #8F8F8F. Windows color (decimal): -5541397 or 15430059. OLE color: 15430059.

HSL color Cylindrical-coordinate representation of color #AB71EB: hue angle of 268.52º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB71EB is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 113 235 -
CMYK 0.27 0.52 0 0.08
HSL 268.52º 0.75% 0.68% -
HSV(B) 268.52º 0.52% 0.92% -
XYZ 37.7 26.47 81.72 -
YUV 144.25 179.22 147.08 -
System Red Green Blue C M Y K H S L
Decimal 171 113 235 0.27 0.52 0 0.08 268.52 0.75 0.68
Hex AB 71 EB 1B 34 0 8 10D 4B 44
Octal 253 161 353 33 64 0 10 415 113 104
Binary 10101011 1110001 11101011 11011 110100 0 1000 100001101 1001011 1000100

Color Harmonies of #AB71EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71EB

Black with #AB71EB

Text Example


Text Example

White with #AB71EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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