#A6ACDE

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

Shades of Perano #A6ACDE

Tints of Perano #A6ACDE

Color information

#A6ACDE (or 0xA6ACDE) is unknown color: approx Perano. HEX triplet: A6, AC and DE. RGB value is (166,172,222). Sum of RGB (Red+Green+Blue) = 166+172+222=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 172 (67.58% from 255 or 30.71% from 560); Blue value is 222 (87.11% from 255 or 39.64% from 560); Max value from RGB is 222 - color contains mainly: blue. Hex color #A6ACDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACDE is #595321. Grayscale: #AFAFAF. Windows color (decimal): -5853986 or 14593190. OLE color: 14593190.

HSL color Cylindrical-coordinate representation of color #A6ACDE: hue angle of 233.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6ACDE is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166172222-
CMYK0.250.2300.13
HSL233.57º45.9%76.08%-
HSV(B)233.57º25.23%87.06%-
XYZ43.6642.8975.08-
YUV175.91154.01120.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 172 (67.58% from 255) = 30.71%
BLUE value IS 222 (87.11% from 255) = 39.64%
R=29.64%
G=30.71%
B=39.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661722220.250.2300.13233.5745.976.08
HexA6ACDE19170Dea2e4c
Octal246254336312701535256114
Binary101001101010110011011110110011011101101111010101011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACDE; }

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

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

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

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

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

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

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

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