#ACABDB

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

Shades of Wistful #ACABDB

Tints of Wistful #ACABDB

Color information

#ACABDB (or 0xACABDB) is unknown color: approx Wistful. HEX triplet: AC, AB and DB. RGB value is (172,171,219). Sum of RGB (Red+Green+Blue) = 172+171+219=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #ACABDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDB is #535424. Grayscale: #B0B0B0. Windows color (decimal): -5461029 or 14396332. OLE color: 14396332.

HSL color Cylindrical-coordinate representation of color #ACABDB: hue angle of 241.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACABDB is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB172171219-
CMYK0.210.2200.14
HSL241.25º40%76.47%-
HSV(B)241.25º21.92%85.88%-
XYZ44.3643.0172.98-
YUV176.77151.83124.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.60%
GREEN value IS 171 (67.19% from 255) = 30.43%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=30.60%
G=30.43%
B=38.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721712190.210.2200.14241.254076.47
HexACABDB15160Ef1284c
Octal254253333252601636150114
Binary101011001010101111011011101011011001110111100011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABDB; }

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

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

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

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

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

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

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

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