#A6ADFB

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

Shades of Perano #A6ADFB

Tints of Perano #A6ADFB

Color information

#A6ADFB (or 0xA6ADFB) is unknown color: approx Perano. HEX triplet: A6, AD and FB. RGB value is (166,173,251). Sum of RGB (Red+Green+Blue) = 166+173+251=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6ADFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A6ADFB is #595204. Grayscale: #B3B3B3. Windows color (decimal): -5853701 or 16493990. OLE color: 16493990.

HSL color Cylindrical-coordinate representation of color #A6ADFB: hue angle of 235.06º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6ADFB is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166173251-
CMYK0.340.3100.02
HSL235.06º91.4%81.76%-
HSV(B)235.06º33.86%98.43%-
XYZ48.0844.9697.41-
YUV179.8168.18118.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.14%
GREEN value IS 173 (67.97% from 255) = 29.32%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=28.14%
G=29.32%
B=42.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1661732510.340.3100.02235.0691.481.76
HexA6ADFB221F02eb5b52
Octal246255373423702353133122
Binary101001101010110111111011100010111110101110101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ADFB; }

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

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

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

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

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

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

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

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