#A1ABDF

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

Shades of Perano #A1ABDF

Tints of Perano #A1ABDF

Color information

#A1ABDF (or 0xA1ABDF) is unknown color: approx Perano. HEX triplet: A1, AB and DF. RGB value is (161,171,223). Sum of RGB (Red+Green+Blue) = 161+171+223=555 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.01% from 555); Green value is 171 (67.19% from 255 or 30.81% 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 #A1ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A1ABDF is #5E5420. Grayscale: #ADADAD. Windows color (decimal): -6181921 or 14658465. OLE color: 14658465.

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

Color convert

RGB161171223-
CMYK0.280.2300.13
HSL230.32º49.21%75.29%-
HSV(B)230.32º27.8%87.45%-
XYZ42.5842.0375.68-
YUV173.94155.69118.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 29.01%
GREEN value IS 171 (67.19% from 255) = 30.81%
BLUE value IS 223 (87.5% from 255) = 40.18%
R=29.01%
G=30.81%
B=40.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1611712230.280.2300.13230.3249.2175.29
HexA1ABDF1C170De6314b
Octal241253337342701534661113
Binary101000011010101111011111111001011101101111001101100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ABDF; }

 p { color: rgb(161,171,223); }

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

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

 a { background-color: rgb(161,171,223); }

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

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

 span { border-color: rgb(161,171,223); }

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