#ABA2C8

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

Shades of Wistful #ABA2C8

Tints of Wistful #ABA2C8

Color information

#ABA2C8 (or 0xABA2C8) is unknown color: approx Wistful. HEX triplet: AB, A2 and C8. RGB value is (171,162,200). Sum of RGB (Red+Green+Blue) = 171+162+200=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #ABA2C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2C8 is #545D37. Grayscale: #A8A8A8. Windows color (decimal): -5528888 or 13148843. OLE color: 13148843.

HSL color Cylindrical-coordinate representation of color #ABA2C8: hue angle of 254.21º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA2C8 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB171162200-
CMYK0.140.1900.22
HSL254.21º25.68%70.98%-
HSV(B)254.21º19%78.43%-
XYZ40.1438.6759.99-
YUV169.02145.48129.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 162 (63.67% from 255) = 30.39%
BLUE value IS 200 (78.52% from 255) = 37.52%
R=32.08%
G=30.39%
B=37.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1711622000.140.1900.22254.2125.6870.98
HexABA2C8E13016fe1a47
Octal253242310162302637632107
Binary10101011101000101100100011101001101011011111110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA2C8; }

 p { color: rgb(171,162,200); }

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

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

 a { background-color: rgb(171,162,200); }

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

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

 span { border-color: rgb(171,162,200); }

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