#A6ACDF

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

Shades of Perano #A6ACDF

Tints of Perano #A6ACDF

Color information

#A6ACDF (or 0xA6ACDF) is unknown color: approx Perano. HEX triplet: A6, AC and DF. RGB value is (166,172,223). Sum of RGB (Red+Green+Blue) = 166+172+223=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6ACDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ACDF is #595320. Grayscale: #AFAFAF. Windows color (decimal): -5853985 or 14658726. OLE color: 14658726.

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

Color convert

RGB166172223-
CMYK0.260.2300.13
HSL233.68º47.11%76.27%-
HSV(B)233.68º25.56%87.45%-
XYZ43.842.9475.79-
YUV176.02154.51120.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 172 (67.58% from 255) = 30.66%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=29.59%
G=30.66%
B=39.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661722230.260.2300.13233.6847.1176.27
HexA6ACDF1A170Dea2f4c
Octal246254337322701535257114
Binary101001101010110011011111110101011101101111010101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ACDF; }

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

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

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

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

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

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

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

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