Html Css Color HEX #AB71FC Medium Purple

📋 copy color: '#AB71FC'

red 171 ◦ green 113 ◦ blue 252

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

Shades of Medium Purple #AB71FC

Tints of Medium Purple #AB71FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.01%

R = 31.9%
G = 21.08%
B = 47.01%

CMYK

 C value IS 0.32

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB71FC (or 0xAB71FC) is known color: Medium Purple. HEX triplet: AB, 71 and FC. RGB value is (171,113,252). Sum of RGB (Red+Green+Blue) = 171+113+252=536 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.90% from 536); Green value is 113 (44.53% from 255 or 21.08% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB71FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB71FC is #548E03. Grayscale: #919191. Windows color (decimal): -5541380 or 16544171. OLE color: 16544171.

HSL color Cylindrical-coordinate representation of color #AB71FC: hue angle of 265.04º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB71FC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 171 113 252 -
CMYK 0.32 0.55 0 0.01
HSL 265.04º 0.96% 0.72% -
HSV(B) 265.04º 0.55% 0.99% -
XYZ 40.27 27.5 95.28 -
YUV 146.19 187.72 145.7 -
System Red Green Blue C M Y K H S L
Decimal 171 113 252 0.32 0.55 0 0.01 265.04 0.96 0.72
Hex AB 71 FC 20 37 0 1 109 60 48
Octal 253 161 374 40 67 0 1 411 140 110
Binary 10101011 1110001 11111100 100000 110111 0 1 100001001 1100000 1001000

Color Harmonies of #AB71FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB71FC

Black with #AB71FC

Text Example


Text Example

White with #AB71FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB71FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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