#ABACCA

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

Shades of Wistful #ABACCA

Tints of Wistful #ABACCA

Color information

#ABACCA (or 0xABACCA) is unknown color: approx Wistful. HEX triplet: AB, AC and CA. RGB value is (171,172,202). Sum of RGB (Red+Green+Blue) = 171+172+202=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABACCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACCA is #545335. Grayscale: #AEAEAE. Windows color (decimal): -5526326 or 13282475. OLE color: 13282475.

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

Color convert

RGB171172202-
CMYK0.150.1500.21
HSL238.06º22.63%73.14%-
HSV(B)238.06º15.35%79.22%-
XYZ42.2142.4361.84-
YUV175.12143.17125.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=31.38%
G=31.56%
B=37.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711722020.150.1500.21238.0622.6373.14
HexABACCAFF015ee1749
Octal253254312171702535627111
Binary1010101110101100110010101111111101010111101110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABACCA; }

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

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

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

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

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

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

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

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