#ACB1FF

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

Shades of Perano #ACB1FF

Tints of Perano #ACB1FF

Color information

#ACB1FF (or 0xACB1FF) is unknown color: approx Perano. HEX triplet: AC, B1 and FF. RGB value is (172,177,255). Sum of RGB (Red+Green+Blue) = 172+177+255=604 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.48% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB1FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACB1FF is #534E00. Grayscale: #B8B8B8. Windows color (decimal): -5459457 or 16757164. OLE color: 16757164.

HSL color Cylindrical-coordinate representation of color #ACB1FF: hue angle of 236.39º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACB1FF is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172177255-
CMYK0.330.3100
HSL236.39º100%83.73%-
HSV(B)236.39º32.55%100%-
XYZ50.7947.43101.09-
YUV184.4167.84119.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.48%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 255 (100% from 255) = 42.22%
R=28.48%
G=29.30%
B=42.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721772550.330.3100236.3910083.73
HexACB1FF211F00ec6454
Octal254261377413700354144124
Binary10101100101100011111111110000111111001110110011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB1FF; }

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

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

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

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

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

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

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

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