#ABA5CA

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

Shades of Wistful #ABA5CA

Tints of Wistful #ABA5CA

Color information

#ABA5CA (or 0xABA5CA) is unknown color: approx Wistful. HEX triplet: AB, A5 and CA. RGB value is (171,165,202). Sum of RGB (Red+Green+Blue) = 171+165+202=538 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.78% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5CA is #545A35. Grayscale: #AAAAAA. Windows color (decimal): -5528118 or 13280683. OLE color: 13280683.

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

Color convert

RGB171165202-
CMYK0.150.1800.21
HSL249.73º25.87%71.96%-
HSV(B)249.73º18.32%79.22%-
XYZ40.9139.8361.41-
YUV171.01145.49127.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.78%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 202 (79.30% from 255) = 37.55%
R=31.78%
G=30.67%
B=37.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711652020.150.1800.21249.7325.8771.96
HexABA5CAF12015fa1a48
Octal253245312172202537232110
Binary10101011101001011100101011111001001010111111010110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5CA; }

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

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

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

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

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

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

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

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