#ACB1DA

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

Shades of Perano #ACB1DA

Tints of Perano #ACB1DA

Color information

#ACB1DA (or 0xACB1DA) is unknown color: approx Perano. HEX triplet: AC, B1 and DA. RGB value is (172,177,218). Sum of RGB (Red+Green+Blue) = 172+177+218=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB1DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DA is #534E25. Grayscale: #B4B4B4. Windows color (decimal): -5459494 or 14332332. OLE color: 14332332.

HSL color Cylindrical-coordinate representation of color #ACB1DA: hue angle of 233.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACB1DA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172177218-
CMYK0.210.1900.15
HSL233.48º38.33%76.47%-
HSV(B)233.48º21.1%85.49%-
XYZ45.3945.2872.68-
YUV180.18149.34122.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.34%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=30.34%
G=31.22%
B=38.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721772180.210.1900.15233.4838.3376.47
HexACB1DA15130Fe9264c
Octal254261332252301735146114
Binary101011001011000111011010101011001101111111010011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1DA; }

 p { color: rgb(172,177,218); }

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

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

 a { background-color: rgb(172,177,218); }

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

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

 span { border-color: rgb(172,177,218); }

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