#A3A9DF

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

Shades of Perano #A3A9DF

Tints of Perano #A3A9DF

Color information

#A3A9DF (or 0xA3A9DF) is unknown color: approx Perano. HEX triplet: A3, A9 and DF. RGB value is (163,169,223). Sum of RGB (Red+Green+Blue) = 163+169+223=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A9DF is #5C5620. Grayscale: #ADADAD. Windows color (decimal): -6051361 or 14657955. OLE color: 14657955.

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

Color convert

RGB163169223-
CMYK0.270.2400.13
HSL234º48.39%75.69%-
HSV(B)234º26.91%87.45%-
XYZ42.6141.4975.57-
YUV173.36156.01120.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=29.37%
G=30.45%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631692230.270.2400.1323448.3975.69
HexA3A9DF1B180Dea304c
Octal243251337333001535260114
Binary101000111010100111011111110111100001101111010101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A9DF; }

 p { color: rgb(163,169,223); }

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

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

 a { background-color: rgb(163,169,223); }

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

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

 span { border-color: rgb(163,169,223); }

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