#ACB6FA

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

Shades of Perano #ACB6FA

Tints of Perano #ACB6FA

Color information

#ACB6FA (or 0xACB6FA) is unknown color: approx Perano. HEX triplet: AC, B6 and FA. RGB value is (172,182,250). Sum of RGB (Red+Green+Blue) = 172+182+250=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 182 (71.48% from 255 or 30.13% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACB6FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB6FA is #534905. Grayscale: #BABABA. Windows color (decimal): -5458182 or 16430764. OLE color: 16430764.

HSL color Cylindrical-coordinate representation of color #ACB6FA: hue angle of 232.31º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB6FA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172182250-
CMYK0.310.2700.02
HSL232.31º88.64%82.75%-
HSV(B)232.31º31.2%98.04%-
XYZ5149.1397.24-
YUV186.76163.69117.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 182 (71.48% from 255) = 30.13%
BLUE value IS 250 (98.05% from 255) = 41.39%
R=28.48%
G=30.13%
B=41.39%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721822500.310.2700.02232.3188.6482.75
HexACB6FA1F1B02e85953
Octal254266372373302350131123
Binary10101100101101101111101011111110110101110100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB6FA; }

 p { color: rgb(172,182,250); }

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

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

 a { background-color: rgb(172,182,250); }

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

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

 span { border-color: rgb(172,182,250); }

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