#ABA4CC

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

Shades of Wistful #ABA4CC

Tints of Wistful #ABA4CC

Color information

#ABA4CC (or 0xABA4CC) is unknown color: approx Wistful. HEX triplet: AB, A4 and CC. RGB value is (171,164,204). Sum of RGB (Red+Green+Blue) = 171+164+204=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA4CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4CC is #545B33. Grayscale: #AAAAAA. Windows color (decimal): -5528372 or 13411499. OLE color: 13411499.

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

Color convert

RGB171164204-
CMYK0.160.2000.2
HSL250.5º28.17%72.16%-
HSV(B)250.5º19.61%80%-
XYZ40.9739.5762.6-
YUV170.65146.82128.25-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.73%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 204 (80.08% from 255) = 37.85%
R=31.73%
G=30.43%
B=37.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711642040.160.2000.2250.528.1772.16
HexABA4CC1014014fa1c48
Octal253244314202402437234110
Binary101010111010010011001100100001010001010011111010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4CC; }

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

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

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

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

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

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

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

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