#ACB7DA

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

Shades of Perano #ACB7DA

Tints of Perano #ACB7DA

Color information

#ACB7DA (or 0xACB7DA) is unknown color: approx Perano. HEX triplet: AC, B7 and DA. RGB value is (172,183,218). Sum of RGB (Red+Green+Blue) = 172+183+218=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 183 (71.88% from 255 or 31.94% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #ACB7DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACB7DA is #534825. Grayscale: #B7B7B7. Windows color (decimal): -5457958 or 14333868. OLE color: 14333868.

HSL color Cylindrical-coordinate representation of color #ACB7DA: hue angle of 225.65º 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 #ACB7DA is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172183218-
CMYK0.210.1600.15
HSL225.65º38.33%76.47%-
HSV(B)225.65º21.1%85.49%-
XYZ46.647.773.08-
YUV183.7147.36119.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.02%
GREEN value IS 183 (71.88% from 255) = 31.94%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=30.02%
G=31.94%
B=38.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721832180.210.1600.15225.6538.3376.47
HexACB7DA15100Fe2264c
Octal254267332252001734246114
Binary101011001011011111011010101011000001111111000101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB7DA; }

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

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

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

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

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

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

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

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