#A6ABDF

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

Shades of Perano #A6ABDF

Tints of Perano #A6ABDF

Color information

#A6ABDF (or 0xA6ABDF) is unknown color: approx Perano. HEX triplet: A6, AB and DF. RGB value is (166,171,223). Sum of RGB (Red+Green+Blue) = 166+171+223=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 223 (87.5% from 255 or 39.82% from 560); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6ABDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A6ABDF is #595420. Grayscale: #AFAFAF. Windows color (decimal): -5854241 or 14658470. OLE color: 14658470.

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

Color convert

RGB166171223-
CMYK0.260.2300.13
HSL234.74º47.11%76.27%-
HSV(B)234.74º25.56%87.45%-
XYZ43.6142.5675.73-
YUV175.43154.84121.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.64%
GREEN value IS 171 (67.19% from 255) = 30.54%
BLUE value IS 223 (87.5% from 255) = 39.82%
R=29.64%
G=30.54%
B=39.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1661712230.260.2300.13234.7447.1176.27
HexA6ABDF1A170Deb2f4c
Octal246253337322701535357114
Binary101001101010101111011111110101011101101111010111011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6ABDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6ABDF; }

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

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

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

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

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

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

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

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