#ACB1DD

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

Shades of Perano #ACB1DD

Tints of Perano #ACB1DD

Color information

#ACB1DD (or 0xACB1DD) is unknown color: approx Perano. HEX triplet: AC, B1 and DD. RGB value is (172,177,221). Sum of RGB (Red+Green+Blue) = 172+177+221=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 177 (69.53% from 255 or 31.05% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #ACB1DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACB1DD is #534E22. Grayscale: #B4B4B4. Windows color (decimal): -5459491 or 14528940. OLE color: 14528940.

HSL color Cylindrical-coordinate representation of color #ACB1DD: hue angle of 233.88º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACB1DD is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB172177221-
CMYK0.220.2000.13
HSL233.88º41.88%77.06%-
HSV(B)233.88º22.17%86.67%-
XYZ45.7945.4474.76-
YUV180.52150.84121.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.18%
GREEN value IS 177 (69.53% from 255) = 31.05%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=30.18%
G=31.05%
B=38.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721772210.220.2000.13233.8841.8877.06
HexACB1DD16140Dea2a4d
Octal254261335262401535252115
Binary101011001011000111011101101101010001101111010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1DD; }

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

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

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

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

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

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

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

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