#ACA6FF

Color #ACA6FF Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #ACA6FF

Tints of Perano #ACA6FF

Color information

#ACA6FF (or 0xACA6FF) is unknown color: approx Perano. HEX triplet: AC, A6 and FF. RGB value is (172,166,255). Sum of RGB (Red+Green+Blue) = 172+166+255=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACA6FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACA6FF is #535900. Grayscale: #B1B1B1. Windows color (decimal): -5462273 or 16754348. OLE color: 16754348.

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

Color convert

RGB172166255-
CMYK0.330.3500
HSL244.04º100%82.55%-
HSV(B)244.04º34.9%100%-
XYZ48.743.26100.39-
YUV177.94171.49123.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 255 (100% from 255) = 43.00%
R=29.01%
G=27.99%
B=43.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721662550.330.3500244.0410082.55
HexACA6FF212300f46453
Octal254246377414300364144123
Binary101011001010011011111111100001100011001111010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA6FF; }

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

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

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

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

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

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

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

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