#ABA4CA

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

Shades of Wistful #ABA4CA

Tints of Wistful #ABA4CA

Color information

#ABA4CA (or 0xABA4CA) is unknown color: approx Wistful. HEX triplet: AB, A4 and CA. RGB value is (171,164,202). Sum of RGB (Red+Green+Blue) = 171+164+202=537 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.84% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA4CA is #545B35. Grayscale: #AAAAAA. Windows color (decimal): -5528374 or 13280427. OLE color: 13280427.

HSL color Cylindrical-coordinate representation of color #ABA4CA: hue angle of 251.05º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA4CA is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171164202-
CMYK0.150.1900.21
HSL251.05º26.39%71.76%-
HSV(B)251.05º18.81%79.22%-
XYZ40.7339.4761.35-
YUV170.42145.82128.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.84%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=31.84%
G=30.54%
B=37.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711642020.150.1900.21251.0526.3971.76
HexABA4CAF13015fb1a48
Octal253244312172302537332110
Binary10101011101001001100101011111001101010111111011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA4CA; }

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

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

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

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

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

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

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

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