Html Css Color HEX #AB71FA Medium Purple

📋 copy color: '#AB71FA'

red 171 ◦ green 113 ◦ blue 250

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

Shades of Medium Purple #AB71FA

Tints of Medium Purple #AB71FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.82%

R = 32.02%
G = 21.16%
B = 46.82%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB71FA (or 0xAB71FA) is known color: Medium Purple. HEX triplet: AB, 71 and FA. RGB value is (171,113,250). Sum of RGB (Red+Green+Blue) = 171+113+250=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 250 (98.05% from 255 or 46.82% from 534); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB71FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71FA is #548E05. Grayscale: #919191. Windows color (decimal): -5541382 or 16413099. OLE color: 16413099.

HSL color Cylindrical-coordinate representation of color #AB71FA: hue angle of 265.4º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB71FA is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 113 250 -
CMYK 0.32 0.55 0 0.02
HSL 265.4º 0.93% 0.71% -
HSV(B) 265.4º 0.55% 0.98% -
XYZ 39.96 27.37 93.62 -
YUV 145.96 186.72 145.86 -
System Red Green Blue C M Y K H S L
Decimal 171 113 250 0.32 0.55 0 0.02 265.4 0.93 0.71
Hex AB 71 FA 20 37 0 2 109 5D 47
Octal 253 161 372 40 67 0 2 411 135 107
Binary 10101011 1110001 11111010 100000 110111 0 10 100001001 1011101 1000111

Color Harmonies of #AB71FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71FA

Black with #AB71FA

Text Example


Text Example

White with #AB71FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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