#AC80FF

Color #AC80FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #AC80FF

Tints of Light Slate Blue #AC80FF

Color information

#AC80FF (or 0xAC80FF) is unknown color: approx Light Slate Blue. HEX triplet: AC, 80 and FF. RGB value is (172,128,255). Sum of RGB (Red+Green+Blue) = 172+128+255=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC80FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC80FF is #537F00. Grayscale: #9B9B9B. Windows color (decimal): -5472001 or 16744620. OLE color: 16744620.

HSL color Cylindrical-coordinate representation of color #AC80FF: hue angle of 260.79º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC80FF is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172128255-
CMYK0.330.5000
HSL260.79º100%75.1%-
HSV(B)260.79º49.8%100%-
XYZ42.7831.4398.42-
YUV155.63184.08139.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.99%
GREEN value IS 128 (50.39% from 255) = 23.06%
BLUE value IS 255 (100% from 255) = 45.95%
R=30.99%
G=23.06%
B=45.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721282550.330.5000260.7910075.1
HexAC80FF213200105644b
Octal254200377416200405144113
Binary1010110010000000111111111000011100100010000010111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC80FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC80FF; }

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

 H1.HeaderClassName
 {
   color: #AC80FF;
 }
 .AnyTagClassName
 {
   color: #AC80FF;
 }
</style>
background-color css

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

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

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

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

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

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