Html Css Color HEX #AB80FA Medium Purple

📋 copy color: '#AB80FA'

red 171 ◦ green 128 ◦ blue 250

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

Shades of Medium Purple #AB80FA

Tints of Medium Purple #AB80FA

RGB

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

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

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

R = 31.15%
G = 23.32%
B = 45.54%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB80FA (or 0xAB80FA) is known color: Medium Purple. HEX triplet: AB, 80 and FA. RGB value is (171,128,250). Sum of RGB (Red+Green+Blue) = 171+128+250=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB80FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80FA is #547F05. Grayscale: #9A9A9A. Windows color (decimal): -5537542 or 16416939. OLE color: 16416939.

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

Color convert

RGB 171 128 250 -
CMYK 0.32 0.49 0 0.02
HSL 261.15º 0.92% 0.74% -
HSV(B) 261.15º 0.49% 0.98% -
XYZ 41.77 31 94.22 -
YUV 154.77 181.75 139.58 -
System Red Green Blue C M Y K H S L
Decimal 171 128 250 0.32 0.49 0 0.02 261.15 0.92 0.74
Hex AB 80 FA 20 31 0 2 105 5C 4A
Octal 253 200 372 40 61 0 2 405 134 112
Binary 10101011 10000000 11111010 100000 110001 0 10 100000101 1011100 1001010

Color Harmonies of #AB80FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80FA

Black with #AB80FA

Text Example


Text Example

White with #AB80FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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