#A6ACDD

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

Shades of Perano #A6ACDD

Tints of Perano #A6ACDD

Color information

#A6ACDD (or 0xA6ACDD) is unknown color: approx Perano. HEX triplet: A6, AC and DD. RGB value is (166,172,221). Sum of RGB (Red+Green+Blue) = 166+172+221=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6ACDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACDD is #595322. Grayscale: #AFAFAF. Windows color (decimal): -5853987 or 14527654. OLE color: 14527654.

HSL color Cylindrical-coordinate representation of color #A6ACDD: hue angle of 233.45º degrees, saturation: 0.45, 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 #A6ACDD is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB166172221-
CMYK0.250.2200.13
HSL233.45º44.72%75.88%-
HSV(B)233.45º24.89%86.67%-
XYZ43.5342.8374.38-
YUV175.79153.51121.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=29.70%
G=30.77%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661722210.250.2200.13233.4544.7275.88
HexA6ACDD19160De92d4c
Octal246254335312601535155114
Binary101001101010110011011101110011011001101111010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACDD; }

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

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

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

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

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

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

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

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