#ABA2CC

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

Shades of Wistful #ABA2CC

Tints of Wistful #ABA2CC

Color information

#ABA2CC (or 0xABA2CC) is unknown color: approx Wistful. HEX triplet: AB, A2 and CC. RGB value is (171,162,204). Sum of RGB (Red+Green+Blue) = 171+162+204=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA2CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2CC is #545D33. Grayscale: #A9A9A9. Windows color (decimal): -5528884 or 13410987. OLE color: 13410987.

HSL color Cylindrical-coordinate representation of color #ABA2CC: hue angle of 252.86º degrees, saturation: 0.29, 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 #ABA2CC is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB171162204-
CMYK0.160.2100.2
HSL252.86º29.17%71.76%-
HSV(B)252.86º20.59%80%-
XYZ40.6138.8662.49-
YUV169.48147.48129.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 204 (80.08% from 255) = 37.99%
R=31.84%
G=30.17%
B=37.99%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711622040.160.2100.2252.8629.1771.76
HexABA2CC1015014fd1d48
Octal253242314202502437535110
Binary101010111010001011001100100001010101010011111101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2CC; }

 p { color: rgb(171,162,204); }

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

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

 a { background-color: rgb(171,162,204); }

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

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

 span { border-color: rgb(171,162,204); }

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