#A6ADDF

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

Shades of Perano #A6ADDF

Tints of Perano #A6ADDF

Color information

#A6ADDF (or 0xA6ADDF) is unknown color: approx Perano. HEX triplet: A6, AD and DF. RGB value is (166,173,223). Sum of RGB (Red+Green+Blue) = 166+173+223=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 173 (67.97% from 255 or 30.78% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6ADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ADDF is #595220. Grayscale: #B0B0B0. Windows color (decimal): -5853729 or 14658982. OLE color: 14658982.

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

Color convert

RGB166173223-
CMYK0.260.2200.13
HSL232.63º47.11%76.27%-
HSV(B)232.63º25.56%87.45%-
XYZ43.9943.3275.86-
YUV176.61154.18120.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 173 (67.97% from 255) = 30.78%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=29.54%
G=30.78%
B=39.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661732230.260.2200.13232.6347.1176.27
HexA6ADDF1A160De92f4c
Octal246255337322601535157114
Binary101001101010110111011111110101011001101111010011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADDF; }

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

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

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

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

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

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

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

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