#ABA5CC

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

Shades of Wistful #ABA5CC

Tints of Wistful #ABA5CC

Color information

#ABA5CC (or 0xABA5CC) is unknown color: approx Wistful. HEX triplet: AB, A5 and CC. RGB value is (171,165,204). Sum of RGB (Red+Green+Blue) = 171+165+204=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5CC is #545A33. Grayscale: #ABABAB. Windows color (decimal): -5528116 or 13411755. OLE color: 13411755.

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

Color convert

RGB171165204-
CMYK0.160.1900.2
HSL249.23º27.66%72.35%-
HSV(B)249.23º19.12%80%-
XYZ41.1539.9362.66-
YUV171.24146.49127.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.67%
GREEN value IS 165 (64.84% from 255) = 30.56%
BLUE value IS 204 (80.08% from 255) = 37.78%
R=31.67%
G=30.56%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1711652040.160.1900.2249.2327.6672.35
HexABA5CC1013014f91c48
Octal253245314202302437134110
Binary101010111010010111001100100001001101010011111001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5CC; }

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

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

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

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

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

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

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

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