#A5A9DF

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

Shades of Perano #A5A9DF

Tints of Perano #A5A9DF

Color information

#A5A9DF (or 0xA5A9DF) is unknown color: approx Perano. HEX triplet: A5, A9 and DF. RGB value is (165,169,223). Sum of RGB (Red+Green+Blue) = 165+169+223=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 169 (66.41% from 255 or 30.34% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #A5A9DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A9DF is #5A5620. Grayscale: #ADADAD. Windows color (decimal): -5920289 or 14657957. OLE color: 14657957.

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

Color convert

RGB165169223-
CMYK0.260.2400.13
HSL235.86º47.54%76.08%-
HSV(B)235.86º26.01%87.45%-
XYZ43.0241.775.59-
YUV173.96155.67121.61-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.62%
GREEN value IS 169 (66.41% from 255) = 30.34%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=29.62%
G=30.34%
B=40.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651692230.260.2400.13235.8647.5476.08
HexA5A9DF1A180Dec304c
Octal245251337323001535460114
Binary101001011010100111011111110101100001101111011001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A9DF; }

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

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

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

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

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

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

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

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