#A3B6DD

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

Shades of Perano #A3B6DD

Tints of Perano #A3B6DD

Color information

#A3B6DD (or 0xA3B6DD) is unknown color: approx Perano. HEX triplet: A3, B6 and DD. RGB value is (163,182,221). Sum of RGB (Red+Green+Blue) = 163+182+221=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 182 (71.48% from 255 or 32.16% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #A3B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3B6DD is #5C4922. Grayscale: #B4B4B4. Windows color (decimal): -6048035 or 14530211. OLE color: 14530211.

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

Color convert

RGB163182221-
CMYK0.260.1800.13
HSL220.34º46.03%75.29%-
HSV(B)220.34º26.24%86.67%-
XYZ44.8846.4675.01-
YUV180.76150.71115.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.80%
GREEN value IS 182 (71.48% from 255) = 32.16%
BLUE value IS 221 (86.72% from 255) = 39.05%
R=28.80%
G=32.16%
B=39.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631822210.260.1800.13220.3446.0375.29
HexA3B6DD1A120Ddc2e4b
Octal243266335322201533456113
Binary101000111011011011011101110101001001101110111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3B6DD; }

 p { color: rgb(163,182,221); }

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

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

 a { background-color: rgb(163,182,221); }

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

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

 span { border-color: rgb(163,182,221); }

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