#ABA4CD

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

Shades of Wistful #ABA4CD

Tints of Wistful #ABA4CD

Color information

#ABA4CD (or 0xABA4CD) is unknown color: approx Wistful. HEX triplet: AB, A4 and CD. RGB value is (171,164,205). Sum of RGB (Red+Green+Blue) = 171+164+205=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 164 (64.45% from 255 or 30.37% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABA4CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4CD is #545B32. Grayscale: #AAAAAA. Windows color (decimal): -5528371 or 13477035. OLE color: 13477035.

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

Color convert

RGB171164205-
CMYK0.170.200.20
HSL250.24º29.08%72.35%-
HSV(B)250.24º20%80.39%-
XYZ41.0939.6263.24-
YUV170.77147.32128.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 164 (64.45% from 255) = 30.37%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=31.67%
G=30.37%
B=37.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1711642050.170.200.20250.2429.0872.35
HexABA4CD1114014fa1d48
Octal253244315212402437235110
Binary101010111010010011001101100011010001010011111010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4CD; }

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

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

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

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

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

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

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

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