Html Css Color HEX #AB80FC Medium Purple

📋 copy color: '#AB80FC'

red 171 ◦ green 128 ◦ blue 252

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

Shades of Medium Purple #AB80FC

Tints of Medium Purple #AB80FC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.23%

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

R = 31.03%
G = 23.23%
B = 45.74%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AB80FC (or 0xAB80FC) is known color: Medium Purple. HEX triplet: AB, 80 and FC. RGB value is (171,128,252). Sum of RGB (Red+Green+Blue) = 171+128+252=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #AB80FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80FC is #547F03. Grayscale: #9A9A9A. Windows color (decimal): -5537540 or 16548011. OLE color: 16548011.

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

Color convert

RGB 171 128 252 -
CMYK 0.32 0.49 0 0.01
HSL 260.81º 0.95% 0.75% -
HSV(B) 260.81º 0.49% 0.99% -
XYZ 42.08 31.12 95.89 -
YUV 154.99 182.75 139.42 -
System Red Green Blue C M Y K H S L
Decimal 171 128 252 0.32 0.49 0 0.01 260.81 0.95 0.75
Hex AB 80 FC 20 31 0 1 105 5F 4B
Octal 253 200 374 40 61 0 1 405 137 113
Binary 10101011 10000000 11111100 100000 110001 0 1 100000101 1011111 1001011

Color Harmonies of #AB80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80FC

Black with #AB80FC

Text Example


Text Example

White with #AB80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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