#ABA1CD

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

Shades of Wistful #ABA1CD

Tints of Wistful #ABA1CD

Color information

#ABA1CD (or 0xABA1CD) is unknown color: approx Wistful. HEX triplet: AB, A1 and CD. RGB value is (171,161,205). Sum of RGB (Red+Green+Blue) = 171+161+205=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 205 (80.47% from 255 or 38.18% from 537); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABA1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA1CD is #545E32. Grayscale: #A8A8A8. Windows color (decimal): -5529139 or 13476267. OLE color: 13476267.

HSL color Cylindrical-coordinate representation of color #ABA1CD: hue angle of 253.64º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABA1CD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB171161205-
CMYK0.170.2100.20
HSL253.64º30.56%71.76%-
HSV(B)253.64º21.46%80.39%-
XYZ40.5638.5663.06-
YUV169.01148.31129.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 205 (80.47% from 255) = 38.18%
R=31.84%
G=29.98%
B=38.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711612050.170.2100.20253.6430.5671.76
HexABA1CD1115014fe1f48
Octal253241315212502437637110
Binary101010111010000111001101100011010101010011111110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA1CD; }

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

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

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

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

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

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

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

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