Html Css Color HEX #AC80FB Medium Purple

📋 copy color: '#AC80FB'

red 172 ◦ green 128 ◦ blue 251

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

Shades of Medium Purple #AC80FB

Tints of Medium Purple #AC80FB

RGB

 RED value IS 172 (67.58% from 255) = 31.22%

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

 BLUE value IS 251 (98.44% from 255) = 45.55%

R = 31.22%
G = 23.23%
B = 45.55%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AC80FB (or 0xAC80FB) is known color: Medium Purple. HEX triplet: AC, 80 and FB. RGB value is (172,128,251). Sum of RGB (Red+Green+Blue) = 172+128+251=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 251 (98.44% from 255 or 45.55% from 551); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC80FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80FB is #537F04. Grayscale: #9A9A9A. Windows color (decimal): -5472005 or 16482476. OLE color: 16482476.

HSL color Cylindrical-coordinate representation of color #AC80FB: hue angle of 261.46º degrees, saturation: 0.94, 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 #AC80FB is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 128 251 -
CMYK 0.31 0.49 0 0.02
HSL 261.46º 0.94% 0.74% -
HSV(B) 261.46º 0.49% 0.98% -
XYZ 42.15 31.17 95.06 -
YUV 155.18 182.08 140 -
System Red Green Blue C M Y K H S L
Decimal 172 128 251 0.31 0.49 0 0.02 261.46 0.94 0.74
Hex AC 80 FB 1F 31 0 2 105 5E 4A
Octal 254 200 373 37 61 0 2 405 136 112
Binary 10101100 10000000 11111011 11111 110001 0 10 100000101 1011110 1001010

Color Harmonies of #AC80FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC80FB

Black with #AC80FB

Text Example


Text Example

White with #AC80FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC80FB; }

 p { color: rgb(172,128,251); }

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

background-color css

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

 a { background-color: rgb(172,128,251); }

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

border-color css

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

 span { border-color: rgb(172,128,251); }

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