#A6ADFF

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

Shades of Perano #A6ADFF

Tints of Perano #A6ADFF

Color information

#A6ADFF (or 0xA6ADFF) is unknown color: approx Perano. HEX triplet: A6, AD and FF. RGB value is (166,173,255). Sum of RGB (Red+Green+Blue) = 166+173+255=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6ADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADFF is #595200. Grayscale: #B3B3B3. Windows color (decimal): -5853697 or 16756134. OLE color: 16756134.

HSL color Cylindrical-coordinate representation of color #A6ADFF: hue angle of 235.28º 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 #A6ADFF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166173255-
CMYK0.350.3200
HSL235.28º100%82.55%-
HSV(B)235.28º34.9%100%-
XYZ48.7245.21100.77-
YUV180.26170.18117.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.95%
GREEN value IS 173 (67.97% from 255) = 29.12%
BLUE value IS 255 (100% from 255) = 42.93%
R=27.95%
G=29.12%
B=42.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661732550.350.3200235.2810082.55
HexA6ADFF232000eb6453
Octal246255377434000353144123
Binary101001101010110111111111100011100000001110101111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADFF; }

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

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

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

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

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

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

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

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