Html Css Color HEX #AB80EF Medium Purple

📋 copy color: '#AB80EF'

red 171 ◦ green 128 ◦ blue 239

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

Shades of Medium Purple #AB80EF

Tints of Medium Purple #AB80EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.42%

R = 31.78%
G = 23.79%
B = 44.42%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB80EF (or 0xAB80EF) is known color: Medium Purple. HEX triplet: AB, 80 and EF. RGB value is (171,128,239). Sum of RGB (Red+Green+Blue) = 171+128+239=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB80EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB80EF is #547F10. Grayscale: #999999. Windows color (decimal): -5537553 or 15696043. OLE color: 15696043.

HSL color Cylindrical-coordinate representation of color #AB80EF: hue angle of 263.24º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB80EF is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 128 239 -
CMYK 0.28 0.46 0 0.06
HSL 263.24º 0.78% 0.72% -
HSV(B) 263.24º 0.46% 0.94% -
XYZ 40.09 30.33 85.4 -
YUV 153.51 176.25 140.47 -
System Red Green Blue C M Y K H S L
Decimal 171 128 239 0.28 0.46 0 0.06 263.24 0.78 0.72
Hex AB 80 EF 1C 2E 0 6 107 4E 48
Octal 253 200 357 34 56 0 6 407 116 110
Binary 10101011 10000000 11101111 11100 101110 0 110 100000111 1001110 1001000

Color Harmonies of #AB80EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB80EF

Black with #AB80EF

Text Example


Text Example

White with #AB80EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB80EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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