#AC85FF

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

Shades of Light Slate Blue #AC85FF

Tints of Light Slate Blue #AC85FF

Color information

#AC85FF (or 0xAC85FF) is unknown color: approx Light Slate Blue. HEX triplet: AC, 85 and FF. RGB value is (172,133,255). Sum of RGB (Red+Green+Blue) = 172+133+255=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC85FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC85FF is #537A00. Grayscale: #9E9E9E. Windows color (decimal): -5470721 or 16745900. OLE color: 16745900.

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

Color convert

RGB172133255-
CMYK0.330.4800
HSL259.18º100%76.08%-
HSV(B)259.18º47.84%100%-
XYZ43.4532.7798.64-
YUV158.57182.42137.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.71%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 255 (100% from 255) = 45.54%
R=30.71%
G=23.75%
B=45.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721332550.330.4800259.1810076.08
HexAC85FF213000103644c
Octal254205377416000403144114
Binary1010110010000101111111111000011100000010000001111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC85FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC85FF; }

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

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

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

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

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

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

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

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