#A8ABDC

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

Shades of Perano #A8ABDC

Tints of Perano #A8ABDC

Color information

#A8ABDC (or 0xA8ABDC) is unknown color: approx Perano. HEX triplet: A8, AB and DC. RGB value is (168,171,220). Sum of RGB (Red+Green+Blue) = 168+171+220=559 (74% of max value = 765). Red value is 168 (66.02% from 255 or 30.05% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8ABDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8ABDC is #575423. Grayscale: #AFAFAF. Windows color (decimal): -5723172 or 14461864. OLE color: 14461864.

HSL color Cylindrical-coordinate representation of color #A8ABDC: hue angle of 236.54º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8ABDC is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168171220-
CMYK0.240.2200.14
HSL236.54º42.62%76.08%-
HSV(B)236.54º23.64%86.27%-
XYZ43.6342.6273.64-
YUV175.69153.01122.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.05%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=30.05%
G=30.59%
B=39.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681712200.240.2200.14236.5442.6276.08
HexA8ABDC18160Eed2b4c
Octal250253334302601635553114
Binary101010001010101111011100110001011001110111011011010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8ABDC; }

 p { color: rgb(168,171,220); }

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

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

 a { background-color: rgb(168,171,220); }

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

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

 span { border-color: rgb(168,171,220); }

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